Unblock youku and all - Unblock Boundary

Help user abroad access their Video & music website such as youku and all

Was ist Unblock youku and all - Unblock Boundary?

Unblock youku and all - Unblock Boundary ist eine Chrome-Erweiterung, die von https://unblock.im entwickelt wurde, und ihr Hauptmerkmal ist "Help user abroad access their Video & music website such as youku and all".

Erweiterungsscreenshots

screenshot
screenshot

Unblock youku and all - Unblock Boundary-Erweiterungs-CRX-Datei herunterladen

Laden Sie Unblock youku and all - Unblock Boundary-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Help user overseas access their web service in mainland China. 

By installing the extension, you agree to Unblock Boundary's Privacy Policy (https://www.unblock.im/flat/help/privacy-policy/).                    

Grundlegende Informationen zur Erweiterung

Name Unblock youku and all - Unblock Boundary Unblock youku and all - Unblock Boundary
ID keffjnnjjpeemgobbiemjhpdmbbkedmh
Offizielle URL https://chromewebstore.google.com/detail/unblock-youku-and-all-unb/keffjnnjjpeemgobbiemjhpdmbbkedmh
Beschreibung Help user abroad access their Video & music website such as youku and all
Dateigröße 386 KB
Installationsanzahl 147,857
Aktuelle Version 6.0.4
Letztes Update 2022-10-16
Veröffentlichungsdatum 2020-06-05
Bewertung 4.02/5 Insgesamt 1808 Bewertungen
Entwickler https://unblock.im
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.unblock.im
Hilfeseite URL https://www.unblock.im/faq/
URL der Datenschutzrichtlinien-Seite https://www.unblock.im/flat/help/privacy-policy
Unterstützte Sprachen en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "6.0.4",
    "manifest_version": 3,
    "minimum_chrome_version": "103.0",
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "proxy",
        "declarativeNetRequestWithHostAccess",
        "storage",
        "notifications",
        "alarms",
        "webRequest",
        "cookies"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "action": {
        "default_title": "Unblock Boundary isn't working properly!",
        "default_icon": "icons\/icon19gray.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.tudou.js.0972b475.5f8a12cc.js"
            ],
            "matches": [
                "http:\/\/www.tudou.com\/*"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "js": [
                "assets\/content-script-loader.music.163.js.85f6e7b2.f4edc40d.js"
            ],
            "matches": [
                "http:\/\/music.163.com\/*"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/www.tudou.com\/*"
            ],
            "resources": [
                "assets\/tudou.js.0972b475.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "http:\/\/music.163.com\/*"
            ],
            "resources": [
                "assets\/music.163.js.85f6e7b2.js"
            ],
            "use_dynamic_url": true
        }
    ]
}