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
官方網址 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
電子郵箱 [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": []
}