12ft redirect
This extension redirects the current tab to 12ft.io, a website that removes paywalls.
Co to jest 12ft redirect?
12ft redirect to rozszerzenie Chrome opracowane przez brenopoggiali, a jego główną funkcją jest „This extension redirects the current tab to 12ft.io, a website that removes paywalls.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia 12ft redirect
Pobierz pliki rozszerzeń 12ft redirect w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 :) Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | lkndnkfpgdacnjiolbbmkfpanahchbge |
| Oficjalny URL | https://chromewebstore.google.com/detail/12ft-redirect/lkndnkfpgdacnjiolbbmkfpanahchbge |
| Opis | This extension redirects the current tab to 12ft.io, a website that removes paywalls. |
| Rozmiar pliku | 5.25 KB |
| Liczba instalacji | 1,697 |
| Aktualna Wersja | 1.0.0 |
| Ostatnia Aktualizacja | 2022-04-18 |
| Data Publikacji | 2022-04-18 |
| Ocena | 2.67/5 Łącznie 3 Oceny |
| Deweloper | brenopoggiali |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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": []
} | |