No Adblock-Killer
Avoid the Adblock killers, enjoy the ad-free website again!
Cos'è No Adblock-Killer?
No Adblock-Killer è un'estensione di Chrome sviluppata da kysterdraw, e la sua funzione principale è "Avoid the Adblock killers, enjoy the ad-free website again!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione No Adblock-Killer
Scarica i file di estensione No Adblock-Killer 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
Have you ever had to disable adblock on a website? Thanks to no-adblock-killer, keep enjoying the ad-free website!
Informazioni di Base sull'Estensione
Nome | |
ID | gehpbpmoageipdegelfanklkfaeffjki |
URL Ufficiale | https://chrome.google.com/webstore/detail/no-adblock-killer/gehpbpmoageipdegelfanklkfaeffjki |
Descrizione | Avoid the Adblock killers, enjoy the ad-free website again! |
Dimensione del File | 116 KB |
Conteggio Installazioni | 488 |
Versione Corrente | 1.6 |
Ultimo Aggiornamento | 2019-05-27 |
Data di Pubblicazione | 2019-05-27 |
Valutazione | 1.00/5 Totale 5 Valutazioni |
Sviluppatore | kysterdraw |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/lucasmrdt/no-adb-killer |
URL della Pagina di Aiuto | https://github.com/lucasmrdt/no-adb-killer/issues |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "No Adblock-Killer", "short_name": "no-adb-killer", "version": "1.6", "description": "Avoid the Adblock killers, enjoy the ad-free website again!", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "scripts\/*" ], "permissions": [ "webRequest", "webRequestBlocking", "https:\/\/*.6play.fr\/*", "https:\/\/*.tf1.fr\/*" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |