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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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": []
}