Unlocker

Unlock the Internet! Read all your favourite content from sites around the world without being tracked

Unlockerとは何ですか?

UnlockerはWarrenによって開発されたChromeの拡張機能で、その主な機能は「Unlock the Internet! Read all your favourite content from sites around the world without being tracked」です。

拡張機能のスクリーンショット

screenshot
screenshot

Unlocker拡張機能のCRXファイルをダウンロード

Unlocker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Unlocker enables you to access unlimited content and tools on sites without exposing yourself to tracking cookies and advertiser ids.
Read and enjoy the best content on the internet privately.

Supported sites:
1. medium.com
2. All medium.com hosted sites
3. hbr.com
4. nytimes.com
5. smallpdf.com
6. wsj.com
7. barrons.com
8. bloomberg.com
9. washingtonpost.com
10. livemint.com
11. forbes.com
12. ft.com
13. productmanagementexercises.com(PMExercises)
14. theathletic.com                    

拡張機能の基本情報

名前 Unlocker Unlocker
ID offfjmhfpmhgenhkkalbmadpngolgcgp
公式URL https://chromewebstore.google.com/detail/unlocker/offfjmhfpmhgenhkkalbmadpngolgcgp
説明 Unlock the Internet! Read all your favourite content from sites around the world without being tracked
ファイルサイズ 414 KB
インストール数 7,278
現在のバージョン 0.4.8
最終更新日 2022-12-01
公開日 2021-11-15
評価 3.78/5 合計 27 レビュー
開発者 Warren
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Unlocker",
    "description": "Unlock the Internet! Read all your favourite content from sites around the world without being tracked",
    "version": "0.4.8",
    "manifest_version": 3,
    "default_locale": "en",
    "action": {
        "default_icon": {
            "128": "icons\/Key.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "icons\/rules_1.json"
            }
        ]
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "cookies",
        "contentSettings",
        "declarativeNetRequest",
        "scripting",
        "tabs",
        "storage"
    ],
    "content_security_policy": []
}