Outline Redirect

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

Vad är Outline Redirect?

Outline Redirect är en Chrome-tillägg utvecklad av brenopoggiali, och dess huvudfunktion är "This extension redirects the current tab to Outline.com, a website that removes paywalls.".

Tilläggsskärmbilder

screenshot

Ladda ner Outline Redirect-förlängningens CRX-fil

Ladda ner Outline Redirect-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Outline Redirect Outline Redirect
ID cfhcklieekfbknjiejkihfglegfnngbo
Officiell webbadress https://chromewebstore.google.com/detail/outline-redirect/cfhcklieekfbknjiejkihfglegfnngbo
Beskrivning This extension redirects the current tab to Outline.com, a website that removes paywalls.
Filstorlek 8.42 KB
Antal Installationer 2,372
Aktuell Version 1.0.1
Senast Uppdaterad 2020-04-29
Publiceringsdatum 2020-04-29
Betyg 4.60/5 Totalt 10 Betyg
Utvecklare brenopoggiali
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/brenopoggiali/outline-extension
Hjälpsida URL https://github.com/brenopoggiali/outline-extension/issues
Stödda Språk 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"
    ]
}