12ft redirect
This extension redirects the current tab to 12ft.io, a website that removes paywalls.
Hvad er 12ft redirect?
12ft redirect er en Chrome-udvidelse udviklet af brenopoggiali, og dens hovedfunktion er "This extension redirects the current tab to 12ft.io, a website that removes paywalls.".
Udvidelsesskærmbilleder
Download 12ft redirect-udvidelses-CRX-fil
Download 12ft redirect-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
| Navn | |
| ID | lkndnkfpgdacnjiolbbmkfpanahchbge |
| Officiel URL | https://chromewebstore.google.com/detail/12ft-redirect/lkndnkfpgdacnjiolbbmkfpanahchbge |
| Beskrivelse | This extension redirects the current tab to 12ft.io, a website that removes paywalls. |
| Filstørrelse | 5.25 KB |
| Antal Installationer | 1,697 |
| Nuværende Version | 1.0.0 |
| Senest Opdateret | 2022-04-18 |
| Udgivelsesdato | 2022-04-18 |
| Bedømmelse | 2.67/5 Samlet 3 Bedømmelser |
| Udvikler | brenopoggiali |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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": []
} | |