Outline Redirect

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

Co to jest Outline Redirect?

Outline Redirect to rozszerzenie Chrome opracowane przez brenopoggiali, a jego główną funkcją jest „This extension redirects the current tab to Outline.com, a website that removes paywalls.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Outline Redirect

Pobierz pliki rozszerzeń Outline Redirect w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Outline Redirect Outline Redirect
ID cfhcklieekfbknjiejkihfglegfnngbo
Oficjalny URL https://chromewebstore.google.com/detail/outline-redirect/cfhcklieekfbknjiejkihfglegfnngbo
Opis This extension redirects the current tab to Outline.com, a website that removes paywalls.
Rozmiar pliku 8.42 KB
Liczba instalacji 2,372
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2020-04-29
Data Publikacji 2020-04-29
Ocena 4.60/5 Łącznie 10 Oceny
Deweloper brenopoggiali
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/brenopoggiali/outline-extension
Adres URL Strony Pomocy https://github.com/brenopoggiali/outline-extension/issues
Obsługiwane Języki 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"
    ]
}