哔哩助手

帮助海外华人解除B站视频音乐的访问限制(大陆用户无需安装此扩展)

What is 哔哩助手?

哔哩助手 is a Chrome extension developed by https://www.ufunr.net, and its main feature is "帮助海外华人解除B站视频音乐的访问限制(大陆用户无需安装此扩展)".

Extension Screenshots

screenshot
screenshot

Download 哔哩助手 Extension CRX File

Download 哔哩助手 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

                        哔哩助手 - 海外用户追番看剧必备神器


哔哩助手 - 两种模式,分别解锁大陆番剧和港澳台专属番剧


哔哩助手 - 不会影响其他网站功能,可保持全天24小时开启。


哔哩助手- ! (゜-゜)つロ干杯                    

Extension Basic Information

Name 哔哩助手 哔哩助手
ID lcdbjchkmflblionihdahffmfpbomdgn
Official URL https://chromewebstore.google.com/detail/%E5%93%94%E5%93%A9%E5%8A%A9%E6%89%8B/lcdbjchkmflblionihdahffmfpbomdgn
Description 帮助海外华人解除B站视频音乐的访问限制(大陆用户无需安装此扩展)
File Size 262 KB
Installation Count 14,417
Current Version 0.0.2
Last Updated 2021-08-23
Publish Date 2020-12-24
Rating 4.69/5 Total 67 Ratings
Developer https://www.ufunr.net
Email [email protected]
Payment Type free
Privacy Policy Page URL https://984775318.wixsite.com/home/blank
Supported Languages en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u54d4\u54e9\u52a9\u624b",
    "version": "0.0.2",
    "manifest_version": 2,
    "minimum_chrome_version": "25.0",
    "description": "__MSG_description__",
    "icons": {
        "16": "chrome\/icons\/icon16.png",
        "48": "chrome\/icons\/icon48.png",
        "128": "chrome\/icons\/icon128.png"
    },
    "permissions": [
        "proxy",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "shared\/urls.js",
            "shared\/tools.js",
            "chrome\/pages\/js\/analytics.js",
            "chrome\/storage.js",
            "chrome\/header.js",
            "chrome\/proxy.js",
            "chrome\/redirect.js",
            "chrome\/config.js",
            "chrome\/donation.js"
        ]
    },
    "browser_action": {
        "default_title": "UfunR isn't working properly! Visit https:\/\/www.ufunr.net for solutions.",
        "default_icon": "chrome\/icons\/icon19gray.png",
        "default_popup": "chrome\/pages\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.tudou.com\/*"
            ],
            "js": [
                "chrome\/content\/tudou.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "http:\/\/play.baidu.com\/*"
            ],
            "css": [
                "chrome\/content\/play.baidu.css"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "http:\/\/unblockcn.com\/*",
                "http:\/\/*.unblockcn.com\/*",
                "http:\/\/unblockyouku.cn\/*",
                "http:\/\/*.unblockyouku.cn\/*",
                "http:\/\/724sky.com\/*",
                "http:\/\/*.724sky.com\/*",
                "http:\/\/tieba.baidu.com\/f?kw=unblockcn*",
                "http:\/\/*.tieba.baidu.com\/f?kw=unblockcn*"
            ],
            "js": [
                "chrome\/content\/unblockcn.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "default_locale": "en"
}