No Adblock-Killer
Avoid the Adblock killers, enjoy the ad-free website again!
What is No Adblock-Killer?
No Adblock-Killer is a Chrome extension developed by kysterdraw, and its main feature is "Avoid the Adblock killers, enjoy the ad-free website again!".
Extension Screenshots
Download No Adblock-Killer Extension CRX File
Download No Adblock-Killer 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
Have you ever had to disable adblock on a website? Thanks to no-adblock-killer, keep enjoying the ad-free website!
Extension Basic Information
Name | |
ID | gehpbpmoageipdegelfanklkfaeffjki |
Official URL | https://chrome.google.com/webstore/detail/no-adblock-killer/gehpbpmoageipdegelfanklkfaeffjki |
Description | Avoid the Adblock killers, enjoy the ad-free website again! |
File Size | 116 KB |
Installation Count | 488 |
Current Version | 1.6 |
Last Updated | 2019-05-27 |
Publish Date | 2019-05-27 |
Rating | 1.00/5 Total 5 Ratings |
Developer | kysterdraw |
Payment Type | free |
Extension Website | https://github.com/lucasmrdt/no-adb-killer |
Help Page URL | https://github.com/lucasmrdt/no-adb-killer/issues |
Supported Languages | 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" } } |