Unlocker

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

O que é Unlocker?

Unlocker é uma extensão do Chrome desenvolvida por Warren, e sua principal característica é "Unlock the Internet! Read all your favourite content from sites around the world without being tracked".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Unlocker

Baixe arquivos de extensão Unlocker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Unlocker Unlocker
ID offfjmhfpmhgenhkkalbmadpngolgcgp
URL Oficial https://chromewebstore.google.com/detail/unlocker/offfjmhfpmhgenhkkalbmadpngolgcgp
Descrição Unlock the Internet! Read all your favourite content from sites around the world without being tracked
Tamanho do Arquivo 414 KB
Contagem de Instalações 7,278
Versão Atual 0.4.8
Última Atualização 2022-12-01
Data de Publicação 2021-11-15
Classificação 3.78/5 Total de 27 Avaliações
Desenvolvedor Warren
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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": []
}