Outline Redirect

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

What is Outline Redirect?

Outline Redirect is a Chrome extension developed by brenopoggiali, and its main feature is "This extension redirects the current tab to Outline.com, a website that removes paywalls.".

Extension Screenshots

screenshot

Download Outline Redirect Extension CRX File

Download Outline Redirect extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Outline Redirect Outline Redirect
ID cfhcklieekfbknjiejkihfglegfnngbo
Official URL https://chromewebstore.google.com/detail/outline-redirect/cfhcklieekfbknjiejkihfglegfnngbo
Description This extension redirects the current tab to Outline.com, a website that removes paywalls.
File Size 8.42 KB
Installation Count 2,372
Current Version 1.0.1
Last Updated 2020-04-29
Publish Date 2020-04-29
Rating 4.60/5 Total 10 Ratings
Developer brenopoggiali
Email [email protected]
Payment Type free
Extension Website https://github.com/brenopoggiali/outline-extension
Help Page URL https://github.com/brenopoggiali/outline-extension/issues
Supported Languages 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"
    ]
}