No Adblock-Killer

Avoid the Adblock killers, enjoy the ad-free website again!

Wat is No Adblock-Killer?

No Adblock-Killer is een Chrome-extensie ontwikkeld door kysterdraw, en de belangrijkste functie is "Avoid the Adblock killers, enjoy the ad-free website again!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie No Adblock-Killer

Download No Adblock-Killer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Have you ever had to disable adblock on a website? Thanks to no-adblock-killer, keep enjoying the ad-free website!                    

Basisinformatie over de Extensie

Naam No Adblock-Killer No Adblock-Killer
ID gehpbpmoageipdegelfanklkfaeffjki
Officiële URL https://chrome.google.com/webstore/detail/no-adblock-killer/gehpbpmoageipdegelfanklkfaeffjki
Beschrijving Avoid the Adblock killers, enjoy the ad-free website again!
Bestandsgrootte 116 KB
Aantal Installaties 488
Huidige Versie 1.6
Laatst Bijgewerkt 2019-05-27
Publicatiedatum 2019-05-27
Beoordeling 1.00/5 Totaal 5 Beoordelingen
Ontwikkelaar kysterdraw
Betalingswijze free
Extensiewebsite https://github.com/lucasmrdt/no-adb-killer
Help Pagina-URL https://github.com/lucasmrdt/no-adb-killer/issues
Ondersteunde Talen 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"
    }
}