Bilibili Download Helper
Download videos and cover from bilibili
Was ist Bilibili Download Helper?
Bilibili Download Helper ist eine Chrome-Erweiterung, die von https://pictureknow.com entwickelt wurde, und ihr Hauptmerkmal ist "Download videos and cover from bilibili".
Erweiterungsscreenshots
Bilibili Download Helper-Erweiterungs-CRX-Datei herunterladen
Laden Sie Bilibili Download 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
1. 视频下载 1. 支持 哔哩哔哩或B站 视频下载 2. 腾讯视频下载. 3. 微博视频下载. 4. 知乎视频下载. 5. 豆瓣视频下载. 2.书签管理 美化书签展示及书签管理 3.插件管理 美化插件展示及插件管理
Grundlegende Informationen zur Erweiterung
Name | Bilibili Download Helper |
ID | djinnjdnedmcilpnboifdhfgbbhgieee |
Offizielle URL | https://chromewebstore.google.com/detail/bilibili-download-helper/djinnjdnedmcilpnboifdhfgbbhgieee |
Beschreibung | Download videos and cover from bilibili |
Dateigröße | 425 KB |
Installationsanzahl | 107,253 |
Aktuelle Version | 1.5.6 |
Letztes Update | 2024-02-21 |
Veröffentlichungsdatum | 2020-05-07 |
Bewertung | 3.57/5 Insgesamt 111 Bewertungen |
Entwickler | https://pictureknow.com |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://pictureknow.com/protocol |
Unterstützte Sprachen | 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": [ " |