Unblock Bilibili - The only official version
Free to unblock bilibili unlimited.
什么是Unblock Bilibili - The only official version?
Unblock Bilibili - The only official version是由Malus开发的Chrome扩展程序,该扩展的主要功能是“Free to unblock bilibili unlimited.”。
扩展截图
下载Unblock Bilibili - The only official version扩展crx文件
下载Unblock Bilibili - The only official version扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.] 扩展基本信息
| 名称 | |
| ID | jpegpdbkhceiipenjmaglmphmfjjpbmp |
| 官方URL | https://chromewebstore.google.com/detail/unblock-bilibili-the-only/jpegpdbkhceiipenjmaglmphmfjjpbmp |
| 简介 | Free to unblock bilibili unlimited. |
| 文件大小 | 878 KB |
| 安装次数 | 102,195 |
| 当前版本 | 3.0.1 |
| 更新时间 | 2022-02-26 |
| 上架时间 | 2020-02-28 |
| 评分 | 4.52/5 共1479次评分 |
| 开发者 | Malus |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://unblockbilibili.app/ |
| 帮助页面URL | https://unblockbilibili.app/ |
| 隐私政策页面URL | https://getmalus.com/privacy |
| 支持的语言 | 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:;"
} | |