12ft Free
Who pays $12 a year for a Chrome extension that just redirects you to another site? Not you!
12ft Freeとは何ですか?
12ft Freeはedgeworkによって開発されたChromeの拡張機能で、その主な機能は「Who pays $12 a year for a Chrome extension that just redirects you to another site? Not you!」です。
拡張機能のスクリーンショット
12ft Free拡張機能のCRXファイルをダウンロード
12ft Free拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Someone's charging $12 a year to redirect you to 12ft.io That's just silly. I wrote this in 4 minutes (I counted) and then a month later I added a context menu in 5 minutes (I counted that too).
It's free. Enjoy Comrades.
Just click the 12ft Icon when you're on a paywalled page to jump over to 12ft.io and read the content or you can open a link from the right-click menu in 12ft.io in a new tab.
NOTE: It seems that the 12ft.io service is no more. Some cool person replicated the service as 1ft.io and this extension now uses that. Pour one out for 12ft.io. :( The name of this extension will remain the same as a memorial to the OG.
OLD NOTE: I am not the developer or maintainer of 12ft.io or 1ft.io (the service). I don't know who is, there's no information available about the actual owner/maintainer. I am only the author of this very simple Chrome extension that redirects to that service. 拡張機能の基本情報
| 名前 | |
| ID | ljgfopbnjccdcbmaanglicbcbhndoofa |
| 公式URL | https://chromewebstore.google.com/detail/12ft-free/ljgfopbnjccdcbmaanglicbcbhndoofa |
| 説明 | Who pays $12 a year for a Chrome extension that just redirects you to another site? Not you! |
| ファイルサイズ | 275 KB |
| インストール数 | 12,471 |
| 現在のバージョン | 1.2.0 |
| 最終更新日 | 2023-11-05 |
| 公開日 | 2021-11-25 |
| 評価 | 4.44/5 合計 32 レビュー |
| 開発者 | edgework |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "12ft Free",
"description": "Who pays $12 a year for a Chrome extension that just redirects you to another site? Not you!",
"version": "1.2.0",
"action": [],
"manifest_version": 3,
"permissions": [
"activeTab",
"scripting",
"contextMenus"
],
"background": {
"service_worker": "background.js"
},
"icons": {
"128": "images\/icon.png"
}
} | |