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