Unblock Bilibili - The only official version
Free to unblock bilibili unlimited.
What is Unblock Bilibili - The only official version?
Unblock Bilibili - The only official version is a Chrome extension developed by Malus, and its main feature is "Free to unblock bilibili unlimited.".
Extension Screenshots
Download Unblock Bilibili - The only official version Extension CRX File
Download Unblock Bilibili - The only official version 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
Bilibili cannot watch oversea? have area restricted? 🔥Unblock Bilibili Upgrade to 3.0 to support most of Chinese streaming websites Unblock Bilibili help Chinese overseas watch Bilibili better and fast. Just one-click to use it, no more config, free and unlimited. [PS: This extension is developed by Malus, it’s totally free, but only work for Chinese streaming websites, if you want unblock all Chinese services and apps, please install Malus to instead.]
Extension Basic Information
Name | Unblock Bilibili - The only official version |
ID | jpegpdbkhceiipenjmaglmphmfjjpbmp |
Official URL | https://chromewebstore.google.com/detail/unblock-bilibili-the-only/jpegpdbkhceiipenjmaglmphmfjjpbmp |
Description | Free to unblock bilibili unlimited. |
File Size | 878 KB |
Installation Count | 102,195 |
Current Version | 3.0.1 |
Last Updated | 2022-02-26 |
Publish Date | 2020-02-28 |
Rating | 4.52/5 Total 1479 Ratings |
Developer | Malus |
[email protected] | |
Payment Type | free |
Extension Website | https://unblockbilibili.app/ |
Help Page URL | https://unblockbilibili.app/ |
Privacy Policy Page URL | https://getmalus.com/privacy |
Supported Languages | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.0.1", "name": "__MSG_PKG_NAME__", "manifest_version": 2, "description": "__MSG_PKG_DESC__", "default_locale": "en", "browser_action": { "default_title": "Unblock Bilibili", "default_popup": "popup.html" }, "icons": { "16": "icons\/on16.png", "48": "icons\/on48.png", "128": "icons\/on128.png" }, "background": { "page": "background.html" }, "externally_connectable": { "matches": [ "*:\/\/localhost\/*" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.ip138.com\/*", "*:\/\/*.baidu.com\/*", "*:\/\/*.soku.com\/*", "*:\/\/*.cntv.cn\/*", "*:\/\/*.youku.com\/*", "*:\/\/*.tudou.com\/*", "*:\/\/*.iqiyi.com\/*", "*:\/\/*.bilibili.com\/*", "*:\/\/*.qq.com\/*", "*:\/\/*.qie.tv\/*", "*:\/\/*.ssports.com\/*", "*:\/\/*.pptv.com\/*", "*:\/\/*.mgtv.com\/*" ], "js": [ ".\/content.js" ], "run_at": "document_start", "all_frames": false } ], "web_accessible_resources": [ "static\/*", "assets\/*", "content.html" ], "optional_permissions": [ "management" ], "permissions": [ "webRequest", "webRequestBlocking", "tabs", "storage", "proxy", "*:\/\/*.ip138.com\/*", "*:\/\/*.baidu.com\/*", "*:\/\/*.cntv.cn\/*", "*:\/\/*.qiecdn.com\/*", "*:\/\/*.youku.com\/*", "*:\/\/*.tudou.com\/*", "*:\/\/*.iqiyi.com\/*", "*:\/\/*.youku.com\/*", "*:\/\/*.bilibili.com\/*", "*:\/\/*.qq.com\/*", "*:\/\/*.ssports.com\/*", "*:\/\/*.pptv.com\/*", "*:\/\/*.mgtv.com\/*", "*:\/\/*.qie.tv\/*", "*:\/\/*.71edge.com\/*", "*:\/\/*.acgvideo.com\/*", "*:\/\/*.bilivideo.com\/*", "*:\/\/*.ksyungslb.com\/*", "*:\/\/*.smtcdns.com\/*", "*:\/\/*.apcdns.net\/*", "*:\/\/*.jomodns.com\/*", "*:\/\/*.ourdvsss.com\/*" ], "content_security_policy": "default-src 'self' https:\/\/api.getmalus.com https:\/\/getmalus.com https:\/\/ps-test.zoonode.com:8002 https:\/\/www.google-analytics.com; script-src 'self' https:\/\/www.google-analytics.com; style-src * 'unsafe-inline'; img-src 'self' https:\/\/malusfile.com https:\/\/www.google-analytics.com https:\/\/www.google.com https:\/\/stats.g.doubleclick.net https:\/\/www.google.co.id data:;" } |