Outline Redirect

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

Co je Outline Redirect?

Outline Redirect je rozšíření Chrome vyvinuté brenopoggiali, a jeho hlavní funkcí je „This extension redirects the current tab to Outline.com, a website that removes paywalls.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Outline Redirect

Stáhněte si soubory rozšíření Outline Redirect ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Outline Redirect Outline Redirect
ID cfhcklieekfbknjiejkihfglegfnngbo
Oficiální URL https://chromewebstore.google.com/detail/outline-redirect/cfhcklieekfbknjiejkihfglegfnngbo
Popis This extension redirects the current tab to Outline.com, a website that removes paywalls.
Velikost souboru 8.42 KB
Počet instalací 2,372
Aktuální Verze 1.0.1
Poslední Aktualizace 2020-04-29
Datum Vydání 2020-04-29
Hodnocení 4.60/5 Celkem 10 Hodnocení
Vývojář brenopoggiali
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/brenopoggiali/outline-extension
URL Stránky Nápovědy https://github.com/brenopoggiali/outline-extension/issues
Podporované Jazyky 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"
    ]
}