12ft redirect

This extension redirects the current tab to 12ft.io, a website that removes paywalls.

Что такое 12ft redirect?

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

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

screenshot

Скачать файл CRX расширения 12ft redirect

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

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

                        This extension redirects the current tab to 12ft.io, a website that removes paywalls.
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 12ft website of that page. This will let you read the content of that page!

Disclaimer: 12ft.io does not support this extension, although we are very thankful for their awesome platform :)                    

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

Название 12ft redirect 12ft redirect
ID lkndnkfpgdacnjiolbbmkfpanahchbge
Официальный URL https://chromewebstore.google.com/detail/12ft-redirect/lkndnkfpgdacnjiolbbmkfpanahchbge
Описание This extension redirects the current tab to 12ft.io, a website that removes paywalls.
Размер файла 5.25 KB
Количество установок 1,697
Текущая Версия 1.0.0
Последнее Обновление 2022-04-18
Дата публикации 2022-04-18
Рейтинг 2.67/5 Всего 3 оценок
Разработчик brenopoggiali
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "12ft redirect",
    "description": "This extension redirects the current tab to 12ft.io, a website that removes paywalls.",
    "version": "1.0.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "service_worker.js"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "tabs"
    ],
    "action": {
        "default_icon": "icon.png",
        "default_title": "Click to be redirected to the 12ft of this page."
    },
    "content_security_policy": []
}