12ft redirect
This extension redirects the current tab to 12ft.io, a website that removes paywalls.
Was ist 12ft redirect?
12ft redirect ist eine Chrome-Erweiterung, die von brenopoggiali entwickelt wurde, und ihr Hauptmerkmal ist "This extension redirects the current tab to 12ft.io, a website that removes paywalls.".
Erweiterungsscreenshots
12ft redirect-Erweiterungs-CRX-Datei herunterladen
Laden Sie 12ft redirect-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 :)
Grundlegende Informationen zur Erweiterung
Name | 12ft redirect |
ID | lkndnkfpgdacnjiolbbmkfpanahchbge |
Offizielle URL | https://chromewebstore.google.com/detail/12ft-redirect/lkndnkfpgdacnjiolbbmkfpanahchbge |
Beschreibung | This extension redirects the current tab to 12ft.io, a website that removes paywalls. |
Dateigröße | 5.25 KB |
Installationsanzahl | 1,697 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2022-04-18 |
Veröffentlichungsdatum | 2022-04-18 |
Bewertung | 2.67/5 Insgesamt 3 Bewertungen |
Entwickler | brenopoggiali |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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": [] } |