Outline Redirect

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

Что такое Outline Redirect?

Outline Redirect - это расширение Chrome, разработанное brenopoggiali, и его основная функция - "This extension redirects the current tab to Outline.com, a website that removes paywalls.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Outline Redirect

Скачайте файлы расширений Outline Redirect в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название Outline Redirect Outline Redirect
ID cfhcklieekfbknjiejkihfglegfnngbo
Официальный URL https://chromewebstore.google.com/detail/outline-redirect/cfhcklieekfbknjiejkihfglegfnngbo
Описание This extension redirects the current tab to Outline.com, a website that removes paywalls.
Размер файла 8.42 KB
Количество установок 2,372
Текущая Версия 1.0.1
Последнее Обновление 2020-04-29
Дата публикации 2020-04-29
Рейтинг 4.60/5 Всего 10 оценок
Разработчик brenopoggiali
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/brenopoggiali/outline-extension
URL страницы помощи https://github.com/brenopoggiali/outline-extension/issues
Поддерживаемые языки 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"
    ]
}