HDrezka Helper
Adds a «Download» button below the video. Export favorites and more.
Vad är HDrezka Helper?
HDrezka Helper är en Chrome-tillägg utvecklad av Super Zombi, och dess huvudfunktion är "Adds a «Download» button below the video. Export favorites and more.".
Tilläggsskärmbilder
Ladda ner HDrezka Helper-förlängningens CRX-fil
Ladda ner HDrezka Helper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Adds a «Download» button below the video. Export favorites and more.
Grundläggande Information om Tillägg
Namn | |
ID | dccbdaopjpaemaleakdlahglfbhkdldj |
Officiell webbadress | https://chromewebstore.google.com/detail/hdrezka-helper/dccbdaopjpaemaleakdlahglfbhkdldj |
Beskrivning | Adds a «Download» button below the video. Export favorites and more. |
Filstorlek | 65.54 KB |
Antal Installationer | 1,475 |
Aktuell Version | 4.3.2 |
Senast Uppdaterad | 2024-02-15 |
Publiceringsdatum | 2023-08-30 |
Betyg | 4.26/5 Totalt 19 Betyg |
Utvecklare | Super Zombi |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/SuperZombi/HDrezka-Helper |
Hjälpsida URL | https://github.com/SuperZombi/HDrezka-Helper/issues |
Stödda Språk | 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" } |