DIIFR
Download images in full resolution. Now without deviantart :(
Co to jest DIIFR?
DIIFR to rozszerzenie Chrome opracowane przez Tsuno Erober, a jego główną funkcją jest „Download images in full resolution. Now without deviantart :(”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia DIIFR
Pobierz pliki rozszerzeń DIIFR w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Currently: Twitter HentaiFoundry SWFs exhentai/ehentai galleries baraag Look for the symbol
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | pocmdpefljmfkkeckgafmmgdfggkieme |
Oficjalny URL | https://chromewebstore.google.com/detail/diifr/pocmdpefljmfkkeckgafmmgdfggkieme |
Opis | Download images in full resolution. Now without deviantart :( |
Rozmiar pliku | 38.52 KB |
Liczba instalacji | 328 |
Aktualna Wersja | 2.2 |
Ostatnia Aktualizacja | 2022-10-10 |
Data Publikacji | 2019-11-10 |
Ocena | 1.00/5 Łącznie 2 Oceny |
Deweloper | Tsuno Erober |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |