Outline Redirect

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

Was ist Outline Redirect?

Outline Redirect ist eine Chrome-Erweiterung, die von brenopoggiali entwickelt wurde, und ihr Hauptmerkmal ist "This extension redirects the current tab to Outline.com, a website that removes paywalls.".

Erweiterungsscreenshots

screenshot

Outline Redirect-Erweiterungs-CRX-Datei herunterladen

Laden Sie Outline Redirect-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Outline Redirect Outline Redirect
ID cfhcklieekfbknjiejkihfglegfnngbo
Offizielle URL https://chromewebstore.google.com/detail/outline-redirect/cfhcklieekfbknjiejkihfglegfnngbo
Beschreibung This extension redirects the current tab to Outline.com, a website that removes paywalls.
Dateigröße 8.42 KB
Installationsanzahl 2,372
Aktuelle Version 1.0.1
Letztes Update 2020-04-29
Veröffentlichungsdatum 2020-04-29
Bewertung 4.60/5 Insgesamt 10 Bewertungen
Entwickler brenopoggiali
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/brenopoggiali/outline-extension
Hilfeseite URL https://github.com/brenopoggiali/outline-extension/issues
Unterstützte Sprachen 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"
    ]
}