12ft redirect
This extension redirects the current tab to 12ft.io, a website that removes paywalls.
¿Qué es 12ft redirect?
12ft redirect es una extensión de Chrome desarrollada por brenopoggiali, y su función principal es "This extension redirects the current tab to 12ft.io, a website that removes paywalls.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión 12ft redirect
Descarga archivos de extensión 12ft redirect en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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 :)
Información Básica de la Extensión
Nombre | 12ft redirect |
ID | lkndnkfpgdacnjiolbbmkfpanahchbge |
URL Oficial | https://chromewebstore.google.com/detail/12ft-redirect/lkndnkfpgdacnjiolbbmkfpanahchbge |
Descripción | This extension redirects the current tab to 12ft.io, a website that removes paywalls. |
Tamaño del Archivo | 5.25 KB |
Cantidad de Instalaciones | 1,697 |
Versión Actual | 1.0.0 |
Última Actualización | 2022-04-18 |
Fecha de Publicación | 2022-04-18 |
Calificación | 2.67/5 Total de 3 Calificaciones |
Desarrollador | brenopoggiali |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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": [] } |