12ft redirect

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

Vad är 12ft redirect?

12ft redirect är en Chrome-tillägg utvecklad av brenopoggiali, och dess huvudfunktion är "This extension redirects the current tab to 12ft.io, a website that removes paywalls.".

Tilläggsskärmbilder

screenshot

Ladda ner 12ft redirect-förlängningens CRX-fil

Ladda ner 12ft redirect-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn 12ft redirect 12ft redirect
ID lkndnkfpgdacnjiolbbmkfpanahchbge
Officiell webbadress https://chromewebstore.google.com/detail/12ft-redirect/lkndnkfpgdacnjiolbbmkfpanahchbge
Beskrivning This extension redirects the current tab to 12ft.io, a website that removes paywalls.
Filstorlek 5.25 KB
Antal Installationer 1,697
Aktuell Version 1.0.0
Senast Uppdaterad 2022-04-18
Publiceringsdatum 2022-04-18
Betyg 2.67/5 Totalt 3 Betyg
Utvecklare brenopoggiali
E-post [email protected]
Betalningssätt free
Stödda Språk 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": []
}