哔哩助手

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

Cos'è 哔哩助手?

哔哩助手 è un'estensione di Chrome sviluppata da https://www.ufunr.net, e la sua funzione principale è "帮助海外华人解除B站视频音乐的访问限制(大陆用户无需安装此扩展)".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione 哔哩助手

Scarica i file di estensione 哔哩助手 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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


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


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


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

Informazioni di Base sull'Estensione

Nome 哔哩助手 哔哩助手
ID lcdbjchkmflblionihdahffmfpbomdgn
URL Ufficiale https://chromewebstore.google.com/detail/%E5%93%94%E5%93%A9%E5%8A%A9%E6%89%8B/lcdbjchkmflblionihdahffmfpbomdgn
Descrizione 帮助海外华人解除B站视频音乐的访问限制(大陆用户无需安装此扩展)
Dimensione del File 262 KB
Conteggio Installazioni 14,417
Versione Corrente 0.0.2
Ultimo Aggiornamento 2021-08-23
Data di Pubblicazione 2020-12-24
Valutazione 4.69/5 Totale 67 Valutazioni
Sviluppatore https://www.ufunr.net
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://984775318.wixsite.com/home/blank
Lingue Supportate 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"
}