No Adblock-Killer

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

ما هو No Adblock-Killer؟

No Adblock-Killer هو إضافة Chrome تم تطويرها بواسطة kysterdraw، والميزة الرئيسية لها هي "Avoid the Adblock killers, enjoy the ad-free website again!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة No Adblock-Killer

قم بتنزيل ملفات الامتداد No Adblock-Killer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم No Adblock-Killer No Adblock-Killer
ID gehpbpmoageipdegelfanklkfaeffjki
عنوان URL الرسمي https://chrome.google.com/webstore/detail/no-adblock-killer/gehpbpmoageipdegelfanklkfaeffjki
الوصف Avoid the Adblock killers, enjoy the ad-free website again!
حجم الملف 116 KB
عدد التثبيتات 488
النسخة الحالية 1.6
آخر تحديث 2019-05-27
تاريخ النشر 2019-05-27
تقييم 1.00/5 مجموع تقييمات 5
المطور kysterdraw
نوع الدفع free
موقع الإضافة https://github.com/lucasmrdt/no-adb-killer
عنوان صفحة المساعدة https://github.com/lucasmrdt/no-adb-killer/issues
اللغات المدعومة 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"
    }
}