12ft redirect

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

Co je 12ft redirect?

12ft redirect je rozšíření Chrome vyvinuté brenopoggiali, a jeho hlavní funkcí je „This extension redirects the current tab to 12ft.io, a website that removes paywalls.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření 12ft redirect

Stáhněte si soubory rozšíření 12ft redirect ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název 12ft redirect 12ft redirect
ID lkndnkfpgdacnjiolbbmkfpanahchbge
Oficiální URL https://chromewebstore.google.com/detail/12ft-redirect/lkndnkfpgdacnjiolbbmkfpanahchbge
Popis This extension redirects the current tab to 12ft.io, a website that removes paywalls.
Velikost souboru 5.25 KB
Počet instalací 1,697
Aktuální Verze 1.0.0
Poslední Aktualizace 2022-04-18
Datum Vydání 2022-04-18
Hodnocení 2.67/5 Celkem 3 Hodnocení
Vývojář brenopoggiali
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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": []
}