forked from cblknittights/ImageHost-Grabber
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstall.rdf
More file actions
90 lines (86 loc) · 3.96 KB
/
install.rdf
File metadata and controls
90 lines (86 loc) · 3.96 KB
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
<?xml version="1.0"?>
<RDF:RDF xmlns:em="http://www.mozilla.org/2004/em-rdf#"
xmlns:NC="http://home.netscape.com/NC-rdf#"
xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<!-- Firefox -->
<RDF:Description RDF:about="rdf:#$dxLld3"
em:id="{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"
em:minVersion="29.0"
em:maxVersion="99.*" />
<!-- Pale Moon -->
<RDF:Description RDF:about="rdf:#$pmBrwsr"
em:id="{8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}"
em:minVersion="27.0"
em:maxVersion="99.*" />
<!-- SeaMonkey -->
<RDF:Description RDF:about="rdf:#$smNavig"
em:id="{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}"
em:minVersion="2.26"
em:maxVersion="2.*" />
<RDF:Description RDF:about="urn:mozilla:install-manifest"
em:id="{E4091D66-127C-11DB-903A-DE80D2EFDFE8}"
em:name="ImageHost Grabber"
em:version="1.7.0.5.beta3"
em:creator="Cybormatt"
em:description="Downloads images hosted on most of the popular image hosts."
em:homepageURL="https://imagehostgrabber.com/"
em:iconURL="chrome://imagegrabber/skin/images/imagegrabber.png"
em:optionsURL="chrome://imagegrabber/content/interfaces/options.xul">
<em:translator>Queenie Fontaine [French]</em:translator>
<em:translator>Jörn Reppenhagen, Firewaran [German]</em:translator>
<em:translator>Ricardo A. Rivas [Spanish]</em:translator>
<em:contributor>web_surfer</em:contributor>
<em:contributor>blockout69</em:contributor>
<em:contributor>nullptr</em:contributor>
<em:contributor>Rookie</em:contributor>
<em:contributor>Greg</em:contributor>
<em:targetApplication RDF:resource="rdf:#$dxLld3"/>
<em:targetApplication RDF:resource="rdf:#$pmBrwsr"/>
<em:targetApplication RDF:resource="rdf:#$smNavig"/>
<em:file RDF:resource="urn:mozilla:extension:file:imagegrabber.jar"/>
<em:unpack>true</em:unpack>
<em:updateURL>https://imagehostgrabber.com/IHG/update.rdf</em:updateURL>
<em:updateKey>MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCo9rfIHZsHy3OJQkGWS+tqElkqSmYt64g7N2BiLIbwD1uU/ZL+zOr4efNX6WNyzST3SFkXaVJHsY/PTKMCQWh0Kapvk0GaItrPFe5kXExCcRE/+Iv6Aic7HluYM6YPnx510s9xVq3S9SZTx/jKS2gBFEvo0ARh7fZi6sdbIjLP9wIDAQAB</em:updateKey>
<em:localized>
<Description>
<em:locale>de-DE</em:locale>
<em:name>ImageHost Grabber</em:name>
<em:creator>Cybormatt</em:creator>
<em:homepageURL>https://imagehostgrabber.com/</em:homepageURL>
<em:translator>Jörn Reppenhagen</em:translator>
<em:translator>Firewaran</em:translator>
<em:contributor>web_surfer</em:contributor>
<em:contributor>blockout69</em:contributor>
<em:contributor>nullptr</em:contributor>
<em:contributor>Rookie</em:contributor>
<em:contributor>Greg</em:contributor>
</Description>
<Description>
<em:locale>es-ES</em:locale>
<em:name>ImageHost Grabber</em:name>
<em:creator>Cybormatt</em:creator>
<em:homepageURL>https://imagehostgrabber.com/</em:homepageURL>
<em:translator>Ricardo A. Rivas</em:translator>
<em:contributor>web_surfer</em:contributor>
<em:contributor>blockout69</em:contributor>
<em:contributor>nullptr</em:contributor>
<em:contributor>Rookie</em:contributor>
<em:contributor>Greg</em:contributor>
</Description>
<Description>
<em:locale>fr-FR</em:locale>
<em:name>ImageHost Grabber</em:name>
<em:creator>Cybormatt</em:creator>
<em:homepageURL>https://imagehostgrabber.com/</em:homepageURL>
<em:description>Permet de télécharger toutes les images partagées sur de nombreux sites d’hébergement.</em:description>
<em:translator>Queenie Fontaine</em:translator>
<em:contributor>web_surfer</em:contributor>
<em:contributor>blockout69</em:contributor>
<em:contributor>nullptr</em:contributor>
<em:contributor>Rookie</em:contributor>
<em:contributor>Greg</em:contributor>
</Description>
</em:localized>
</RDF:Description>
<RDF:Description RDF:about="urn:mozilla:extension:file:imagegrabber.jar" em:package="content/" />
</RDF:RDF>