DogeGuard

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

DogeGuard क्या है?

DogeGuard 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 फ़ाइल डाउनलोड करें

crx प्रारूप में DogeGuard एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ URL 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"
    }
}