12ft redirect
This extension redirects the current tab to 12ft.io, a website that removes paywalls.
Apa itu 12ft redirect?
12ft redirect adalah ekstensi Chrome yang dikembangkan oleh brenopoggiali, dan fitur utamanya adalah "This extension redirects the current tab to 12ft.io, a website that removes paywalls.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi 12ft redirect
Unduh file ekstensi 12ft redirect dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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 :)
Informasi Dasar Ekstensi
Nama | 12ft redirect |
ID | lkndnkfpgdacnjiolbbmkfpanahchbge |
URL Resmi | https://chromewebstore.google.com/detail/12ft-redirect/lkndnkfpgdacnjiolbbmkfpanahchbge |
Deskripsi | This extension redirects the current tab to 12ft.io, a website that removes paywalls. |
Ukuran File | 5.25 KB |
Jumlah Instalasi | 1,697 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2022-04-18 |
Tanggal Publikasi | 2022-04-18 |
Penilaian | 2.67/5 Total 3 Penilaian |
Pengembang | brenopoggiali |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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": [] } |