DogeGuard

This extension will block all pictures hosted on cheezburger.com, and replace it with a silly picture of a chihuahua.

ما هو DogeGuard؟

DogeGuard هو إضافة Chrome تم تطويرها بواسطة alex.j.herdzik، والميزة الرئيسية لها هي "This extension will block all pictures hosted on cheezburger.com, and replace it with a silly picture of a chihuahua.".

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

screenshot

تحميل ملف CRX للإضافة DogeGuard

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

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

                        Slight variation on a sample app, in which everything hosted on cheezburger.com is replaced by a silly picture of a chihuahua I found on tumblr.                    

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

الاسم DogeGuard DogeGuard
ID aecmhjjghimigepncpjelhpkpagogcnc
عنوان URL الرسمي https://chromewebstore.google.com/detail/dogeguard/aecmhjjghimigepncpjelhpkpagogcnc
الوصف This extension will block all pictures hosted on cheezburger.com, and replace it with a silly picture of a chihuahua.
حجم الملف 8.48 KB
عدد التثبيتات 46
النسخة الحالية 1.0.1
آخر تحديث 2014-12-12
تاريخ النشر 2014-12-12
تقييم 5.00/5 مجموع تقييمات 2
المطور alex.j.herdzik
نوع الدفع free
موقع الإضافة https://31.media.tumblr.com/tumblr_m8pwmcn9wy1qbbiyo.jpg
عنوان صفحة المساعدة https://31.media.tumblr.com/tumblr_m8pwmcn9wy1qbbiyo.jpg
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DogeGuard",
    "description": "This extension will block all pictures hosted on cheezburger.com, and replace it with a silly picture of a chihuahua.",
    "version": "1.0.1",
    "background": {
        "scripts": [
            "triggerGuard.js",
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}