12ft redirect

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

Wat is 12ft redirect?

12ft redirect is een Chrome-extensie ontwikkeld door brenopoggiali, en de belangrijkste functie is "This extension redirects the current tab to 12ft.io, a website that removes paywalls.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie 12ft redirect

Download 12ft redirect-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam 12ft redirect 12ft redirect
ID lkndnkfpgdacnjiolbbmkfpanahchbge
Officiële URL https://chromewebstore.google.com/detail/12ft-redirect/lkndnkfpgdacnjiolbbmkfpanahchbge
Beschrijving This extension redirects the current tab to 12ft.io, a website that removes paywalls.
Bestandsgrootte 5.25 KB
Aantal Installaties 1,697
Huidige Versie 1.0.0
Laatst Bijgewerkt 2022-04-18
Publicatiedatum 2022-04-18
Beoordeling 2.67/5 Totaal 3 Beoordelingen
Ontwikkelaar brenopoggiali
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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": []
}