-
Notifications
You must be signed in to change notification settings - Fork 6
/
install.rdf
101 lines (101 loc) · 4.14 KB
/
install.rdf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<?xml version='1.0' encoding='utf-8'?>
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:em="http://www.mozilla.org/2004/em-rdf#">
<Description about="urn:mozilla:install-manifest">
<em:id>[email protected]</em:id>
<em:version>2.9.10</em:version>
<em:type>2</em:type>
<em:bootstrap>true</em:bootstrap>
<em:name>Cookies Exterminator</em:name>
<em:description>Auto delete cookies, localStorage and IndexedDB objects as soon as they become unused</em:description>
<em:creator>Off JustOff <[email protected]></em:creator>
<em:contributor>Wojciech Stachurski (wsdfhjxc)</em:contributor>
<em:contributor>Ove Sörensen <[email protected]></em:contributor>
<em:contributor>Creative Stall from Noun Project</em:contributor>
<em:homepageURL>https://github.com/JustOff/cookies-exterminator</em:homepageURL>
<em:updateURL>https://raw.githubusercontent.com/JustOff/cookies-exterminator/master/update.xml</em:updateURL>
<em:optionsURL>chrome://cookies-xtrm/content/options.xul</em:optionsURL>
<em:localized>
<Description>
<em:locale>ru</em:locale>
<em:name>Cookies Exterminator</em:name>
<em:description>Автоматическое удаление кук, объектов локального хранилища и IndexedDB, как только они становятся не нужны</em:description>
</Description>
</em:localized>
<em:localized>
<Description>
<em:locale>de</em:locale>
<em:name>Cookies Exterminator</em:name>
<em:description>Automatisch Cookies, lokalen Speicher und IndexedDB löschen, sobald sie unbenutzt sind</em:description>
<em:translator>Mirko Bressler</em:translator>
</Description>
</em:localized>
<em:localized>
<Description>
<em:locale>es-AR</em:locale>
<em:name>Cookies Exterminator</em:name>
<em:description>Elimina automáticamente cookies, elementos de almacenamiento local y bases de datos indexadas tan pronto como se dejen de usar</em:description>
<em:translator>KNTRO</em:translator>
</Description>
</em:localized>
<em:localized>
<Description>
<em:locale>es-ES</em:locale>
<em:name>Cookies Exterminator</em:name>
<em:description>Elimina automáticamente cookies, elementos de almacenamiento local y bases de datos indexadas tan pronto como se dejen de usar</em:description>
<em:translator>KNTRO</em:translator>
</Description>
</em:localized>
<em:localized>
<Description>
<em:locale>fr</em:locale>
<em:name>Cookies Exterminator</em:name>
<em:description>Supprimer automatiquement les cookies, les objets localStorage et IndexedDB dès qu'ils sont inutilisés</em:description>
<em:translator>TMTisFree</em:translator>
</Description>
</em:localized>
<em:localized>
<Description>
<em:locale>pt</em:locale>
<em:name>Cookies Exterminator</em:name>
<em:description>Apagar cookies, objetos LocalStorage e IndexedDB assim que não sejam necessários</em:description>
<em:translator>Sérgio Marques</em:translator>
</Description>
</em:localized>
<em:localized>
<Description>
<em:locale>sv-SE</em:locale>
<em:name>Cookies Exterminator</em:name>
<em:description>Ta automatiskt bort cookies, localStorage och IndexedDB, så fort det inte används längre</em:description>
<em:translator>Åke Engelbrektson</em:translator>
</Description>
</em:localized>
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>24.0</em:minVersion>
<em:maxVersion>56.*</em:maxVersion>
</Description>
</em:targetApplication>
<em:targetApplication>
<Description>
<em:id>{8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}</em:id>
<em:minVersion>24.0</em:minVersion>
<em:maxVersion>29.*</em:maxVersion>
</Description>
</em:targetApplication>
<em:targetApplication>
<Description>
<em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
<em:minVersion>2.24</em:minVersion>
<em:maxVersion>2.*</em:maxVersion>
</Description>
</em:targetApplication>
<em:targetApplication>
<Description>
<em:id>{9184b6fe-4a5c-484d-8b4b-efbfccbfb514}</em:id>
<em:minVersion>52.0</em:minVersion>
<em:maxVersion>52.*</em:maxVersion>
</Description>
</em:targetApplication>
</Description>
</RDF>