Outline Redirect

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

Cos'è Outline Redirect?

Outline Redirect è un'estensione di Chrome sviluppata da brenopoggiali, e la sua funzione principale è "This extension redirects the current tab to Outline.com, a website that removes paywalls.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Outline Redirect

Scarica i file di estensione Outline Redirect in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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 :)                    

Informazioni di Base sull'Estensione

Nome Outline Redirect Outline Redirect
ID cfhcklieekfbknjiejkihfglegfnngbo
URL Ufficiale https://chromewebstore.google.com/detail/outline-redirect/cfhcklieekfbknjiejkihfglegfnngbo
Descrizione This extension redirects the current tab to Outline.com, a website that removes paywalls.
Dimensione del File 8.42 KB
Conteggio Installazioni 2,372
Versione Corrente 1.0.1
Ultimo Aggiornamento 2020-04-29
Data di Pubblicazione 2020-04-29
Valutazione 4.60/5 Totale 10 Valutazioni
Sviluppatore brenopoggiali
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/brenopoggiali/outline-extension
URL della Pagina di Aiuto https://github.com/brenopoggiali/outline-extension/issues
Lingue Supportate 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"
    ]
}