12ft redirect

This extension redirects the current tab to 12ft.io, a website that removes paywalls.

O que é 12ft redirect?

12ft redirect é uma extensão do Chrome desenvolvida por brenopoggiali, e sua principal característica é "This extension redirects the current tab to 12ft.io, a website that removes paywalls.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão 12ft redirect

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

                        This extension redirects the current tab to 12ft.io, a website that removes paywalls.
HOW TO USE: when you are at a page that has a paywall, just click at the extension and it will redirect you to the 12ft website of that page. This will let you read the content of that page!

Disclaimer: 12ft.io does not support this extension, although we are very thankful for their awesome platform :)                    

Informações Básicas da Extensão

Nome 12ft redirect 12ft redirect
ID lkndnkfpgdacnjiolbbmkfpanahchbge
URL Oficial https://chromewebstore.google.com/detail/12ft-redirect/lkndnkfpgdacnjiolbbmkfpanahchbge
Descrição This extension redirects the current tab to 12ft.io, a website that removes paywalls.
Tamanho do Arquivo 5.25 KB
Contagem de Instalações 1,697
Versão Atual 1.0.0
Última Atualização 2022-04-18
Data de Publicação 2022-04-18
Classificação 2.67/5 Total de 3 Avaliações
Desenvolvedor brenopoggiali
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "12ft redirect",
    "description": "This extension redirects the current tab to 12ft.io, a website that removes paywalls.",
    "version": "1.0.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "service_worker.js"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "tabs"
    ],
    "action": {
        "default_icon": "icon.png",
        "default_title": "Click to be redirected to the 12ft of this page."
    },
    "content_security_policy": []
}