12ft

Hop the paywall, browse a cleaner web

O que é 12ft?

12ft é uma extensão do Chrome desenvolvida por Thomas, e sua principal característica é "Hop the paywall, browse a cleaner web".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão 12ft

Baixe arquivos de extensão 12ft 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

                        12ft Pro is a browser extension that will automatically remove paywalls, banner ads, and other popups your favorite websites. You can try the service for free at 12ft.io, the extension just does it better and automatically.                    

Informações Básicas da Extensão

Nome 12ft 12ft
ID nmccamaemgaapokidgbgackjeedocejl
URL Oficial https://chromewebstore.google.com/detail/12ft/nmccamaemgaapokidgbgackjeedocejl
Descrição Hop the paywall, browse a cleaner web
Tamanho do Arquivo 909 KB
Contagem de Instalações 2,175
Versão Atual 1.01
Última Atualização 2021-08-31
Data de Publicação 2021-05-30
Classificação 2.00/5 Total de 18 Avaliações
Desenvolvedor Thomas
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://12ft.io
URL da Página de Ajuda https://12ft.io/support
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "12ft",
    "version": "1.01",
    "description": "Hop the paywall, browse a cleaner web",
    "author": "Thomas Millar",
    "icons": {
        "128": "icons\/12ft-icon-dark-128.png"
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_name": "12ft",
        "default_title": "12ft \u2013 Hop the paywall",
        "default_icon": {
            "128": "icons\/12ft-icon-128.png"
        }
    },
    "permissions": [
        "storage",
        "tabs"
    ]
}