Outline Redirect

This extension redirects the current tab to Outline.com, a website that removes paywalls.

O que é Outline Redirect?

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

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Outline Redirect

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

                        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 Outline website of that page. This will let you read the content of that page!

Disclaimer: Outline.com does not support this extension, although we are very thankful for their awesome platform :)                    

Informações Básicas da Extensão

Nome Outline Redirect Outline Redirect
ID cfhcklieekfbknjiejkihfglegfnngbo
URL Oficial https://chromewebstore.google.com/detail/outline-redirect/cfhcklieekfbknjiejkihfglegfnngbo
Descrição This extension redirects the current tab to Outline.com, a website that removes paywalls.
Tamanho do Arquivo 8.42 KB
Contagem de Instalações 2,372
Versão Atual 1.0.1
Última Atualização 2020-04-29
Data de Publicação 2020-04-29
Classificação 4.60/5 Total de 10 Avaliações
Desenvolvedor brenopoggiali
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/brenopoggiali/outline-extension
URL da Página de Ajuda https://github.com/brenopoggiali/outline-extension/issues
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Outline Redirect",
    "description": "This extension redirects the current tab to Outline.com, a website that removes paywalls.",
    "version": "1.0.1",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon-128.png",
        "default_title": "Click to be redirected to the Outline of this page."
    },
    "permissions": [
        "tabs"
    ]
}