Bilibili Download Helper
Download videos and cover from bilibili
Wat is Bilibili Download Helper?
Bilibili Download Helper is een Chrome-extensie ontwikkeld door https://pictureknow.com, en de belangrijkste functie is "Download videos and cover from bilibili".
Extensie Screenshots
Download het CRX-bestand van de extensie Bilibili Download Helper
Download Bilibili Download Helper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
1. 视频下载 1. 支持 哔哩哔哩或B站 视频下载 2. 腾讯视频下载. 3. 微博视频下载. 4. 知乎视频下载. 5. 豆瓣视频下载. 2.书签管理 美化书签展示及书签管理 3.插件管理 美化插件展示及插件管理
Basisinformatie over de Extensie
Naam | Bilibili Download Helper |
ID | djinnjdnedmcilpnboifdhfgbbhgieee |
Officiële URL | https://chromewebstore.google.com/detail/bilibili-download-helper/djinnjdnedmcilpnboifdhfgbbhgieee |
Beschrijving | Download videos and cover from bilibili |
Bestandsgrootte | 425 KB |
Aantal Installaties | 107,253 |
Huidige Versie | 1.5.6 |
Laatst Bijgewerkt | 2024-02-21 |
Publicatiedatum | 2020-05-07 |
Beoordeling | 3.57/5 Totaal 111 Beoordelingen |
Ontwikkelaar | https://pictureknow.com |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://pictureknow.com/protocol |
Ondersteunde Talen | 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": [ " |