Bilibili Download Helper
Download videos and cover from bilibili
What is Bilibili Download Helper?
Bilibili Download Helper is a Chrome extension developed by https://pictureknow.com, and its main feature is "Download videos and cover from bilibili".
Extension Screenshots
Download Bilibili Download Helper Extension CRX File
Download Bilibili Download Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
1. 视频下载 1. 支持 哔哩哔哩或B站 视频下载 2. 腾讯视频下载. 3. 微博视频下载. 4. 知乎视频下载. 5. 豆瓣视频下载. 2.书签管理 美化书签展示及书签管理 3.插件管理 美化插件展示及插件管理
Extension Basic Information
Name | Bilibili Download Helper |
ID | djinnjdnedmcilpnboifdhfgbbhgieee |
Official URL | https://chromewebstore.google.com/detail/bilibili-download-helper/djinnjdnedmcilpnboifdhfgbbhgieee |
Description | Download videos and cover from bilibili |
File Size | 425 KB |
Installation Count | 107,253 |
Current Version | 1.5.6 |
Last Updated | 2024-02-21 |
Publish Date | 2020-05-07 |
Rating | 3.57/5 Total 111 Ratings |
Developer | https://pictureknow.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://pictureknow.com/protocol |
Supported Languages | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_name__", "version": "1.5.6", "description": "__MSG_desc__", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.bilibili.com\/video\/*", "*:\/\/bilibili.com\/video\/*", "*:\/\/www.bilibili.com\/bangumi\/*", "*:\/\/bilibili.com\/bangumi\/*" ], "js": [ "js\/video_bilibili_content.js" ], "css": [ "css\/video_bilibili_content.css" ] }, { "matches": [ "*:\/\/item.taobao.com\/*" ], "js": [ "js\/coupon_content.js" ] }, { "matches": [ "*:\/\/detail.tmall.com\/*" ], "js": [ "js\/coupon_content.js" ] }, { "matches": [ "*:\/\/item.jd.com\/*" ], "js": [ "js\/jd_coupon_content.js" ] } ], "web_accessible_resources": [ { "matches": [ "*:\/\/*.bilibili.com\/*" ], "resources": [ "js\/video_bilibili_accessible.js" ] } ], "background": { "service_worker": "js\/background.js" }, "action": { "default_icon": "icons\/icon128.png", "default_title": "__MSG_name__", "default_popup": "popup.html" }, "permissions": [ "alarms", "proxy", "management", "tabs", "declarativeNetRequest", "storage" ], "declarative_net_request": { "rule_resources": [ { "id": "bilibili-video", "enabled": true, "path": "rules.json" } ] }, "host_permissions": [ " |