HDrezka Helper
Adds a «Download» button below the video. Export favorites and more.
O que é HDrezka Helper?
HDrezka Helper é uma extensão do Chrome desenvolvida por Super Zombi, e sua principal característica é "Adds a «Download» button below the video. Export favorites and more.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão HDrezka Helper
Baixe arquivos de extensão HDrezka Helper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Adds a «Download» button below the video. Export favorites and more.
Informações Básicas da Extensão
Nome | |
ID | dccbdaopjpaemaleakdlahglfbhkdldj |
URL Oficial | https://chromewebstore.google.com/detail/hdrezka-helper/dccbdaopjpaemaleakdlahglfbhkdldj |
Descrição | Adds a «Download» button below the video. Export favorites and more. |
Tamanho do Arquivo | 65.54 KB |
Contagem de Instalações | 1,475 |
Versão Atual | 4.3.2 |
Última Atualização | 2024-02-15 |
Data de Publicação | 2023-08-30 |
Classificação | 4.26/5 Total de 19 Avaliações |
Desenvolvedor | Super Zombi |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/SuperZombi/HDrezka-Helper |
URL da Página de Ajuda | https://github.com/SuperZombi/HDrezka-Helper/issues |
Idiomas Suportados | 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" } |