12ft redirect
This extension redirects the current tab to 12ft.io, a website that removes paywalls.
Qu'est-ce que 12ft redirect ?
12ft redirect est une extension Chrome développée par brenopoggiali, et sa fonction principale est "This extension redirects the current tab to 12ft.io, a website that removes paywalls.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension 12ft redirect
Téléchargez les fichiers d'extension 12ft redirect au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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 :)
Informations de Base sur l'Extension
Nom | 12ft redirect |
ID | lkndnkfpgdacnjiolbbmkfpanahchbge |
URL Officiel | https://chromewebstore.google.com/detail/12ft-redirect/lkndnkfpgdacnjiolbbmkfpanahchbge |
Description | This extension redirects the current tab to 12ft.io, a website that removes paywalls. |
Taille du Fichier | 5.25 KB |
Nombre d'Installations | 1,697 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2022-04-18 |
Date de Publication | 2022-04-18 |
Évaluation | 2.67/5 Total 3 Évaluations |
Développeur | brenopoggiali |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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": [] } |