Outline Redirect

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

¿Qué es Outline Redirect?

Outline Redirect es una extensión de Chrome desarrollada por brenopoggiali, y su función principal es "This extension redirects the current tab to Outline.com, a website that removes paywalls.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Outline Redirect

Descarga archivos de extensión Outline Redirect en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Outline Redirect Outline Redirect
ID cfhcklieekfbknjiejkihfglegfnngbo
URL Oficial https://chromewebstore.google.com/detail/outline-redirect/cfhcklieekfbknjiejkihfglegfnngbo
Descripción This extension redirects the current tab to Outline.com, a website that removes paywalls.
Tamaño del Archivo 8.42 KB
Cantidad de Instalaciones 2,372
Versión Actual 1.0.1
Última Actualización 2020-04-29
Fecha de Publicación 2020-04-29
Calificación 4.60/5 Total de 10 Calificaciones
Desarrollador brenopoggiali
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/brenopoggiali/outline-extension
URL de la Página de Ayuda https://github.com/brenopoggiali/outline-extension/issues
Idiomas Soportados 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"
    ]
}