Outline Redirect

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

Hvad er Outline Redirect?

Outline Redirect er en Chrome-udvidelse udviklet af brenopoggiali, og dens hovedfunktion er "This extension redirects the current tab to Outline.com, a website that removes paywalls.".

Udvidelsesskærmbilleder

screenshot

Download Outline Redirect-udvidelses-CRX-fil

Download Outline Redirect-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn Outline Redirect Outline Redirect
ID cfhcklieekfbknjiejkihfglegfnngbo
Officiel URL https://chromewebstore.google.com/detail/outline-redirect/cfhcklieekfbknjiejkihfglegfnngbo
Beskrivelse This extension redirects the current tab to Outline.com, a website that removes paywalls.
Filstørrelse 8.42 KB
Antal Installationer 2,372
Nuværende Version 1.0.1
Senest Opdateret 2020-04-29
Udgivelsesdato 2020-04-29
Bedømmelse 4.60/5 Samlet 10 Bedømmelser
Udvikler brenopoggiali
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/brenopoggiali/outline-extension
Hjælpeside-URL https://github.com/brenopoggiali/outline-extension/issues
Understøttede Sprog 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"
    ]
}