Ad Blocking Power

Show an Old Spice ad instead of a normal ad.

ما هو Ad Blocking Power؟

Ad Blocking Power هو إضافة Chrome تم تطويرها بواسطة Chapter 7 Certified، والميزة الرئيسية لها هي "Show an Old Spice ad instead of a normal ad.".

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

screenshot

تحميل ملف CRX للإضافة Ad Blocking Power

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

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

                        This extension replaces image ads on the web with Terry Crews and Old Spice images.

Not affiliated with Terry Crews or Old Spice.

Based off of the Doge Ad Blocker: https://github.com/grevory/doge-ad-blocker-chrome-extension                    

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

الاسم Ad Blocking Power Ad Blocking Power
ID najdbfgcbeanghldlcndgjhiemobnmof
عنوان URL الرسمي https://chromewebstore.google.com/detail/ad-blocking-power/najdbfgcbeanghldlcndgjhiemobnmof
الوصف Show an Old Spice ad instead of a normal ad.
حجم الملف 105 KB
عدد التثبيتات 472
النسخة الحالية 0.1
آخر تحديث 2016-01-11
تاريخ النشر 2016-01-11
تقييم 4.10/5 مجموع تقييمات 10
المطور Chapter 7 Certified
نوع الدفع free
موقع الإضافة http://www.chapter7certified.tk
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ad Blocking Power",
    "description": "Show an Old Spice ad instead of a normal ad.",
    "author": "Liam Mills",
    "version": "0.1",
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "storage"
    ],
    "icons": {
        "16": "icons\/power-ad-blocker-16.png",
        "48": "icons\/power-ad-blocker-48.png",
        "128": "icons\/power-ad-blocker-128.png"
    },
    "browser_action": {
        "default_icon": "icons\/power-ad-blocker-19.png",
        "default_title": "Power Ad Blocker Settings",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "power-ad-replacer.js"
            ]
        }
    ]
}