DIIFR
Download images in full resolution. Now without deviantart :(
Cos'è DIIFR?
DIIFR è un'estensione di Chrome sviluppata da Tsuno Erober, e la sua funzione principale è "Download images in full resolution. Now without deviantart :(".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione DIIFR
Scarica i file di estensione DIIFR in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Currently: Twitter HentaiFoundry SWFs exhentai/ehentai galleries baraag Look for the symbol
Informazioni di Base sull'Estensione
Nome | |
ID | pocmdpefljmfkkeckgafmmgdfggkieme |
URL Ufficiale | https://chromewebstore.google.com/detail/diifr/pocmdpefljmfkkeckgafmmgdfggkieme |
Descrizione | Download images in full resolution. Now without deviantart :( |
Dimensione del File | 38.52 KB |
Conteggio Installazioni | 328 |
Versione Corrente | 2.2 |
Ultimo Aggiornamento | 2022-10-10 |
Data di Pubblicazione | 2019-11-10 |
Valutazione | 1.00/5 Totale 2 Valutazioni |
Sviluppatore | Tsuno Erober |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "DIIFR", "version": "2.2", "description": "Download images in full resolution. Now without deviantart :(", "homepage_url": "http:\/\/tsuno.bplaced.net", "action": { "default_icon": { "48": "icon.png", "128": "icon.png" }, "default_title": "DIIFR", "default_popup": "popup.htm" }, "icons": { "48": "icon.png", "128": "icon.png" }, "permissions": [ "downloads" ], "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "twitter.js" ] }, { "matches": [ "http:\/\/www.hentai-foundry.com\/pictures\/user\/*\/*\/*" ], "js": [ "h-f.js" ] }, { "matches": [ "https:\/\/exhentai.org\/g\/*\/*\/" ], "js": [ "exhentai.js" ] }, { "matches": [ "https:\/\/e-hentai.org\/g\/*\/*\/" ], "js": [ "exhentai.js" ] }, { "matches": [ "https:\/\/baraag.net\/@*" ], "js": [ "baraag.js" ] } ], "background": { "service_worker": "background.js" } } |