12ft redirect
This extension redirects the current tab to 12ft.io, a website that removes paywalls.
什麼是12ft redirect?
12ft redirect是由brenopoggiali開發的Chrome擴展程式,該擴展的主要功能是“This extension redirects the current tab to 12ft.io, a website that removes paywalls.”。
擴展截圖
下載12ft redirect擴展crx文件
下載12ft redirect擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 :) 擴展基本資訊
| 名稱 | |
| ID | lkndnkfpgdacnjiolbbmkfpanahchbge |
| 官方網址 | https://chromewebstore.google.com/detail/12ft-redirect/lkndnkfpgdacnjiolbbmkfpanahchbge |
| 簡介 | This extension redirects the current tab to 12ft.io, a website that removes paywalls. |
| 檔案大小 | 5.25 KB |
| 安裝次數 | 1,697 |
| 目前版本 | 1.0.0 |
| 更新時間 | 2022-04-18 |
| 上架時間 | 2022-04-18 |
| 評分 | 2.67/5 共 3 次評分 |
| 開發者 | brenopoggiali |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | 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": []
} | |