HDrezka Helper
Adds a «Download» button below the video. Export favorites and more.
Cos'è HDrezka Helper?
HDrezka Helper è un'estensione di Chrome sviluppata da Super Zombi, e la sua funzione principale è "Adds a «Download» button below the video. Export favorites and more.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione HDrezka Helper
Scarica i file di estensione HDrezka Helper 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
Adds a «Download» button below the video. Export favorites and more.
Informazioni di Base sull'Estensione
Nome | |
ID | dccbdaopjpaemaleakdlahglfbhkdldj |
URL Ufficiale | https://chromewebstore.google.com/detail/hdrezka-helper/dccbdaopjpaemaleakdlahglfbhkdldj |
Descrizione | Adds a «Download» button below the video. Export favorites and more. |
Dimensione del File | 65.54 KB |
Conteggio Installazioni | 1,475 |
Versione Corrente | 4.3.2 |
Ultimo Aggiornamento | 2024-02-15 |
Data di Pubblicazione | 2023-08-30 |
Valutazione | 4.26/5 Totale 19 Valutazioni |
Sviluppatore | Super Zombi |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/SuperZombi/HDrezka-Helper |
URL della Pagina di Aiuto | https://github.com/SuperZombi/HDrezka-Helper/issues |
Lingue Supportate | en,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "4.3.2", "name": "HDrezka Helper", "description": "__MSG_extDesc__", "default_locale": "en", "web_accessible_resources": [ { "resources": [ "myscript.js" ], "matches": [ "https:\/\/hdrezka.cm\/*", "https:\/\/rezka.ag\/*", "https:\/\/hdrezka.ag\/*", "https:\/\/hdrezka.me\/*", "https:\/\/hdrezka.co\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/hdrezka.cm\/*", "https:\/\/rezka.ag\/*", "https:\/\/hdrezka.ag\/*", "https:\/\/hdrezka.me\/*", "https:\/\/hdrezka.co\/*" ], "js": [ "script.js" ], "run_at": "document_end" }, { "matches": [ "https:\/\/hdrezka.cm\/favorites\/*", "https:\/\/rezka.ag\/favorites\/*", "https:\/\/hdrezka.ag\/favorites\/*", "https:\/\/hdrezka.me\/favorites\/*", "https:\/\/hdrezka.co\/favorites\/*" ], "js": [ "favorites.js" ], "run_at": "document_end" } ], "icons": { "128": "images\/logo.png" }, "permissions": [ "storage" ], "options_ui": { "open_in_tab": false, "page": "menu\/options.html" }, "action": { "default_popup": "menu\/options.html" }, "homepage_url": "https:\/\/github.com\/SuperZombi\/HDrezka-downloader", "minimum_chrome_version": "107.0.5304.87" } |