blob: e88421e08ecaecab4dc00b4a052ff883204d4c31 (
plain)
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
|
<?xml version="1.0"?>
<!--
- This file is part of the Adblock Plus build tools,
- Copyright (C) 2006-2014 Eyeo GmbH
-
- Adblock Plus is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License version 3 as
- published by the Free Software Foundation.
-
- Adblock Plus is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>.
-->
<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>spyblock@gnu.org</em:id>
<em:version>2.6.3.0</em:version>
<em:name>SpyBlock</em:name>
<em:description>Privacy blacklist filter</em:description>
<em:creator>Based on AdBlock Plus by Wladimir Palant</em:creator><em:contributor>Claude Lespagnol aka Efdur</em:contributor><em:contributor>Nickolay Ponomarev</em:contributor><em:contributor>Kevin Keller</em:contributor><em:contributor>Fabrice Desré</em:contributor><em:contributor>Hubird</em:contributor><em:contributor>Günther Beyer (opoloo.de)</em:contributor><em:contributor>Algimantas Margevičius</em:contributor><em:contributor>anonymous74100</em:contributor><em:contributor>BsT</em:contributor><em:contributor>Crits</em:contributor><em:contributor>Famlam</em:contributor><em:contributor>fanboy</em:contributor><em:contributor>heradhis</em:contributor><em:contributor>Jiefei</em:contributor><em:contributor>John</em:contributor><em:contributor>Khrin</em:contributor><em:contributor>Lain_13</em:contributor><em:contributor>Li</em:contributor><em:contributor>Lian</em:contributor><em:contributor>MenetZ</em:contributor><em:contributor>MonztA</em:contributor><em:contributor>None</em:contributor><em:contributor>smed79</em:contributor><em:contributor>tomasko126</em:contributor><em:contributor>Zoso</em:contributor><em:contributor>Александър Станев</em:contributor>
<em:homepageURL>https://www.gnu.org/software/gnuzilla/</em:homepageURL>
<em:type>2</em:type>
<em:bootstrap>true</em:bootstrap>
<em:optionsURL>chrome://adblockplus/content/ui/settings.xul</em:optionsURL>
<em:optionsType>2</em:optionsType>
<em:targetApplication>
<Description>
<!-- fennec2 -->
<em:id>{aa3c5121-dab2-40e2-81ca-7ea25febc110}</em:id>
<em:minVersion>22.0</em:minVersion>
<em:maxVersion>33.0</em:maxVersion>
</Description>
</em:targetApplication>
<em:targetApplication>
<Description>
<!-- firefox -->
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>22.0</em:minVersion>
<em:maxVersion>33.0</em:maxVersion>
</Description>
</em:targetApplication>
<em:targetApplication>
<Description>
<!-- seamonkey -->
<em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
<em:minVersion>2.19</em:minVersion>
<em:maxVersion>2.30</em:maxVersion>
</Description>
</em:targetApplication>
<em:targetApplication>
<Description>
<!-- thunderbird -->
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
<em:minVersion>22.0</em:minVersion>
<em:maxVersion>33.0</em:maxVersion>
</Description>
</em:targetApplication>
<em:targetApplication>
<Description>
<!-- toolkit -->
<em:id>toolkit@mozilla.org</em:id>
<em:minVersion>22.0</em:minVersion>
<em:maxVersion>33.0</em:maxVersion>
</Description>
</em:targetApplication>
</Description>
</RDF>
|