FT, ad free
Disables adblock countermeasures on ft.com.
What is FT, ad free?
FT, ad free is a Chrome extension developed by chrome_dev, and its main feature is "Disables adblock countermeasures on ft.com.".
Extension Screenshots
Download FT, ad free Extension CRX File
Download FT, ad free extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | FT, ad free |
ID | jnbigeiacmfaabcodeaimfocjmiakcbk |
Official URL | https://chromewebstore.google.com/detail/ft-ad-free/jnbigeiacmfaabcodeaimfocjmiakcbk |
Description | Disables adblock countermeasures on ft.com. |
File Size | 17.87 KB |
Installation Count | 33 |
Current Version | 0.1.1 |
Last Updated | 2017-09-12 |
Publish Date | 2017-09-12 |
Developer | chrome_dev |
Payment Type | free |
Supported Languages | 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\/*\/" ] } |