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 |
| 官方網址 | 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 |
| 電子郵箱 | [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"
}
} | |