哔哩助手

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

Apa itu 哔哩助手?

哔哩助手 adalah ekstensi Chrome yang dikembangkan oleh https://www.ufunr.net, dan fitur utamanya adalah "帮助海外华人解除B站视频音乐的访问限制(大陆用户无需安装此扩展)".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi 哔哩助手

Unduh file ekstensi 哔哩助手 dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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


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


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


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

Informasi Dasar Ekstensi

Nama 哔哩助手 哔哩助手
ID lcdbjchkmflblionihdahffmfpbomdgn
URL Resmi https://chromewebstore.google.com/detail/%E5%93%94%E5%93%A9%E5%8A%A9%E6%89%8B/lcdbjchkmflblionihdahffmfpbomdgn
Deskripsi 帮助海外华人解除B站视频音乐的访问限制(大陆用户无需安装此扩展)
Ukuran File 262 KB
Jumlah Instalasi 14,417
Versi Saat Ini 0.0.2
Terakhir Diperbarui 2021-08-23
Tanggal Publikasi 2020-12-24
Penilaian 4.69/5 Total 67 Penilaian
Pengembang https://www.ufunr.net
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://984775318.wixsite.com/home/blank
Bahasa yang Didukung 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"
}