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
电子邮箱 [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"
    ]
}