HDrezka Helper
Adds a «Download» button below the video. Export favorites and more.
什么是HDrezka Helper?
HDrezka Helper是由Super Zombi开发的Chrome扩展程序,该扩展的主要功能是“Adds a «Download» button below the video. Export favorites and more.”。
扩展截图
下载HDrezka Helper扩展crx文件
下载HDrezka Helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Adds a «Download» button below the video. Export favorites and more.
扩展基本信息
名称 | |
ID | dccbdaopjpaemaleakdlahglfbhkdldj |
官方URL | https://chromewebstore.google.com/detail/hdrezka-helper/dccbdaopjpaemaleakdlahglfbhkdldj |
简介 | Adds a «Download» button below the video. Export favorites and more. |
文件大小 | 65.54 KB |
安装次数 | 1,475 |
当前版本 | 4.3.2 |
更新时间 | 2024-02-15 |
上架时间 | 2023-08-30 |
评分 | 4.26/5 共19次评分 |
开发者 | Super Zombi |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/SuperZombi/HDrezka-Helper |
帮助页面URL | https://github.com/SuperZombi/HDrezka-Helper/issues |
支持的语言 | 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" } |