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 |
| 公式URL | 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 |
| Eメール | [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": []
} | |