No Adblock-Killer

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

Apa itu No Adblock-Killer?

No Adblock-Killer adalah ekstensi Chrome yang dikembangkan oleh kysterdraw, dan fitur utamanya adalah "Avoid the Adblock killers, enjoy the ad-free website again!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi No Adblock-Killer

Unduh file ekstensi No Adblock-Killer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama No Adblock-Killer No Adblock-Killer
ID gehpbpmoageipdegelfanklkfaeffjki
URL Resmi https://chrome.google.com/webstore/detail/no-adblock-killer/gehpbpmoageipdegelfanklkfaeffjki
Deskripsi Avoid the Adblock killers, enjoy the ad-free website again!
Ukuran File 116 KB
Jumlah Instalasi 488
Versi Saat Ini 1.6
Terakhir Diperbarui 2019-05-27
Tanggal Publikasi 2019-05-27
Penilaian 1.00/5 Total 5 Penilaian
Pengembang kysterdraw
Tipe Pembayaran free
Situs Ekstensi https://github.com/lucasmrdt/no-adb-killer
URL Halaman Bantuan https://github.com/lucasmrdt/no-adb-killer/issues
Bahasa yang Didukung 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"
    }
}