FT, ad free
Disables adblock countermeasures on ft.com.
什么是FT, ad free?
FT, ad free是由chrome_dev开发的Chrome扩展程序,该扩展的主要功能是“Disables adblock countermeasures on ft.com.”。
扩展截图
下载FT, ad free扩展crx文件
下载FT, ad free扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        ft.com blocks content in browsers with adblockers, this extension allows you to use your adblocker, without whitelisting the site.
Without fear and without favour - and now without ads too!
Tips welcome at 18Uzq6aF4aLJYMFtZaEikBMKBy3Z1eK58D                     扩展基本信息
| 名称 |   |  
| ID | jnbigeiacmfaabcodeaimfocjmiakcbk | 
| 官方URL | https://chromewebstore.google.com/detail/ft-ad-free/jnbigeiacmfaabcodeaimfocjmiakcbk | 
| 简介 | Disables adblock countermeasures on ft.com. | 
| 文件大小 | 17.87 KB | 
| 安装次数 | 33 | 
| 当前版本 | 0.1.1 | 
| 更新时间 | 2017-09-12 | 
| 上架时间 | 2017-09-12 | 
| 开发者 | chrome_dev | 
| 付费类型 | free | 
| 支持的语言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FT, ad free",
    "description": "Disables adblock countermeasures on ft.com.",
    "version": "0.1.1",
    "browser_action": {
        "default_icon": "icon128.png",
        "default_title": "FT, ad free"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.ft.com\/*"
            ],
            "css": [
                "ft.css"
            ]
        }
    ],
    "permissions": [
        "https:\/\/www.ft.com\/*\/"
    ]
}  |  |