12ft redirect
This extension redirects the current tab to 12ft.io, a website that removes paywalls.
Cos'è 12ft redirect?
12ft redirect è un'estensione di Chrome sviluppata da brenopoggiali, e la sua funzione principale è "This extension redirects the current tab to 12ft.io, a website that removes paywalls.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 12ft redirect
Scarica i file di estensione 12ft redirect in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 :) Informazioni di Base sull'Estensione
| Nome | |
| ID | lkndnkfpgdacnjiolbbmkfpanahchbge |
| URL Ufficiale | https://chromewebstore.google.com/detail/12ft-redirect/lkndnkfpgdacnjiolbbmkfpanahchbge |
| Descrizione | This extension redirects the current tab to 12ft.io, a website that removes paywalls. |
| Dimensione del File | 5.25 KB |
| Conteggio Installazioni | 1,697 |
| Versione Corrente | 1.0.0 |
| Ultimo Aggiornamento | 2022-04-18 |
| Data di Pubblicazione | 2022-04-18 |
| Valutazione | 2.67/5 Totale 3 Valutazioni |
| Sviluppatore | brenopoggiali |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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": []
} | |