FT, ad free
Disables adblock countermeasures on ft.com.
Cos'è FT, ad free?
FT, ad free è un'estensione di Chrome sviluppata da chrome_dev, e la sua funzione principale è "Disables adblock countermeasures on ft.com.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione FT, ad free
Scarica i file di estensione FT, ad free in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | FT, ad free |
ID | jnbigeiacmfaabcodeaimfocjmiakcbk |
URL Ufficiale | https://chromewebstore.google.com/detail/ft-ad-free/jnbigeiacmfaabcodeaimfocjmiakcbk |
Descrizione | Disables adblock countermeasures on ft.com. |
Dimensione del File | 17.87 KB |
Conteggio Installazioni | 33 |
Versione Corrente | 0.1.1 |
Ultimo Aggiornamento | 2017-09-12 |
Data di Pubblicazione | 2017-09-12 |
Sviluppatore | chrome_dev |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*\/" ] } |