DIIFR
Download images in full resolution. Now without deviantart :(
Wat is DIIFR?
DIIFR is een Chrome-extensie ontwikkeld door Tsuno Erober, en de belangrijkste functie is "Download images in full resolution. Now without deviantart :(".
Extensie Screenshots
Download het CRX-bestand van de extensie DIIFR
Download DIIFR-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Currently: Twitter HentaiFoundry SWFs exhentai/ehentai galleries baraag Look for the symbol
Basisinformatie over de Extensie
Naam | |
ID | pocmdpefljmfkkeckgafmmgdfggkieme |
Officiële URL | https://chromewebstore.google.com/detail/diifr/pocmdpefljmfkkeckgafmmgdfggkieme |
Beschrijving | Download images in full resolution. Now without deviantart :( |
Bestandsgrootte | 38.52 KB |
Aantal Installaties | 328 |
Huidige Versie | 2.2 |
Laatst Bijgewerkt | 2022-10-10 |
Publicatiedatum | 2019-11-10 |
Beoordeling | 1.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Tsuno Erober |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |