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 |
| 官方網址 | 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\/*\/"
]
} | |