Unblock Youku

Helps users access their web services while travelling outside mainland China.

Τι είναι το Unblock Youku;

Το Unblock Youku είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://uku.im, και η κύρια λειτουργία του είναι "Helps users access their web services while travelling outside mainland China.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Unblock Youku

Λήψη αρχείων επέκτασης Unblock Youku σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        ☂ If you have any questions or suggestions, please contact us at http://uku.im/feedback

✘ Our extension does not block or interfere any native ads on websites, so the advertisement incomes of the website owners or publishers will not be affected.
✘ Our extension and backend web services do not host any files or data infringing on the intellectual property rights of others.

✿ This extension is open-sourced at http://uku.im/github. Any contributions are welcome.

✱ Installing this software, you agree that this software is only for study purposes and its authors take no responsibilities for any consequences.
✱ 安装本程序代表您同意:本程序仅为交流学习之用,造成的任何后果与程序作者无关。                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Unblock Youku Unblock Youku
ID pdnfnkhpgegpcingjbfihlkjeighnddk
Επίσημο URL https://chromewebstore.google.com/detail/unblock-youku/pdnfnkhpgegpcingjbfihlkjeighnddk
Περιγραφή Helps users access their web services while travelling outside mainland China.
Μέγεθος Αρχείου 294 KB
Αριθμός Εγκαταστάσεων 1,618,681
Τρέχουσα Έκδοση 4.1.0
Τελευταία Ενημέρωση 2024-02-16
Ημερομηνία Δημοσίευσης 2020-04-04
Αξιολόγηση 4.45/5 Συνολικά 26410 Αξιολογήσεις
Προγραμματιστής https://uku.im
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.uku.im/index_zhs.html
Διεύθυνση URL της Σελίδας Βοήθειας http://uku.im/feedback
Υποστηριζόμενες Γλώσσες en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Unblock Youku",
    "version": "4.1.0",
    "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"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "src\/service_worker.mjs",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/popup.html",
        "default_icon": "icons\/icon19gray.png",
        "default_title": "Unblock Youku isn't working properly! Visit http:\/\/uku.im\/faq for solutions."
    },
    "options_page": "src\/options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.tudou.com\/*"
            ],
            "js": [
                "src\/content_scripts\/tudou.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "http:\/\/play.baidu.com\/*"
            ],
            "css": [
                "src\/content_scripts\/play.baidu.css"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "http:\/\/music.163.com\/*"
            ],
            "js": [
                "src\/content_scripts\/music.163.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "http:\/\/unblockcn.com\/*",
                "https:\/\/unblockcn.com\/*",
                "http:\/\/*.unblockcn.com\/*",
                "https:\/\/*.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": [
                "src\/content_scripts\/unblockcn.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}