HDrezka Helper
Adds a «Download» button below the video. Export favorites and more.
Was ist HDrezka Helper?
HDrezka Helper ist eine Chrome-Erweiterung, die von Super Zombi entwickelt wurde, und ihr Hauptmerkmal ist "Adds a «Download» button below the video. Export favorites and more.".
Erweiterungsscreenshots
HDrezka Helper-Erweiterungs-CRX-Datei herunterladen
Laden Sie HDrezka Helper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Adds a «Download» button below the video. Export favorites and more.
Grundlegende Informationen zur Erweiterung
Name | |
ID | dccbdaopjpaemaleakdlahglfbhkdldj |
Offizielle URL | https://chromewebstore.google.com/detail/hdrezka-helper/dccbdaopjpaemaleakdlahglfbhkdldj |
Beschreibung | Adds a «Download» button below the video. Export favorites and more. |
Dateigröße | 65.54 KB |
Installationsanzahl | 1,475 |
Aktuelle Version | 4.3.2 |
Letztes Update | 2024-02-15 |
Veröffentlichungsdatum | 2023-08-30 |
Bewertung | 4.26/5 Insgesamt 19 Bewertungen |
Entwickler | Super Zombi |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/SuperZombi/HDrezka-Helper |
Hilfeseite URL | https://github.com/SuperZombi/HDrezka-Helper/issues |
Unterstützte Sprachen | 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" } |