No Adblock-Killer

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

Vad är No Adblock-Killer?

No Adblock-Killer är en Chrome-tillägg utvecklad av kysterdraw, och dess huvudfunktion är "Avoid the Adblock killers, enjoy the ad-free website again!".

Tilläggsskärmbilder

screenshot

Ladda ner No Adblock-Killer-förlängningens CRX-fil

Ladda ner No Adblock-Killer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn No Adblock-Killer No Adblock-Killer
ID gehpbpmoageipdegelfanklkfaeffjki
Officiell webbadress https://chrome.google.com/webstore/detail/no-adblock-killer/gehpbpmoageipdegelfanklkfaeffjki
Beskrivning Avoid the Adblock killers, enjoy the ad-free website again!
Filstorlek 116 KB
Antal Installationer 488
Aktuell Version 1.6
Senast Uppdaterad 2019-05-27
Publiceringsdatum 2019-05-27
Betyg 1.00/5 Totalt 5 Betyg
Utvecklare kysterdraw
Betalningssätt free
Tilläggswebbplats https://github.com/lucasmrdt/no-adb-killer
Hjälpsida URL https://github.com/lucasmrdt/no-adb-killer/issues
Stödda Språk 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"
    }
}