12ft

Hop the paywall, browse a cleaner web

什麼是12ft?

12ft是由Thomas開發的Chrome擴展程式,該擴展的主要功能是“Hop the paywall, browse a cleaner web”。

擴展截圖

screenshot

下載12ft擴展crx文件

下載12ft擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        12ft Pro is a browser extension that will automatically remove paywalls, banner ads, and other popups your favorite websites. You can try the service for free at 12ft.io, the extension just does it better and automatically.                    

擴展基本資訊

名稱 12ft 12ft
ID nmccamaemgaapokidgbgackjeedocejl
官方網址 https://chromewebstore.google.com/detail/12ft/nmccamaemgaapokidgbgackjeedocejl
簡介 Hop the paywall, browse a cleaner web
檔案大小 909 KB
安裝次數 2,175
目前版本 1.01
更新時間 2021-08-31
上架時間 2021-05-30
評分 2.00/5 共 18 次評分
開發者 Thomas
電子郵箱 [email protected]
付費類型 free
擴展官網 https://12ft.io
說明頁面URL https://12ft.io/support
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "12ft",
    "version": "1.01",
    "description": "Hop the paywall, browse a cleaner web",
    "author": "Thomas Millar",
    "icons": {
        "128": "icons\/12ft-icon-dark-128.png"
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_name": "12ft",
        "default_title": "12ft \u2013 Hop the paywall",
        "default_icon": {
            "128": "icons\/12ft-icon-128.png"
        }
    },
    "permissions": [
        "storage",
        "tabs"
    ]
}