DogeGuard

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

What is DogeGuard?

DogeGuard is a Chrome extension developed by alex.j.herdzik, and its main feature is "This extension will block all pictures hosted on cheezburger.com, and replace it with a silly picture of a chihuahua.".

Extension Screenshots

screenshot

Download DogeGuard Extension CRX File

Download DogeGuard extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name DogeGuard DogeGuard
ID aecmhjjghimigepncpjelhpkpagogcnc
Official URL https://chromewebstore.google.com/detail/dogeguard/aecmhjjghimigepncpjelhpkpagogcnc
Description This extension will block all pictures hosted on cheezburger.com, and replace it with a silly picture of a chihuahua.
File Size 8.48 KB
Installation Count 46
Current Version 1.0.1
Last Updated 2014-12-12
Publish Date 2014-12-12
Rating 5.00/5 Total 2 Ratings
Developer alex.j.herdzik
Payment Type free
Extension Website https://31.media.tumblr.com/tumblr_m8pwmcn9wy1qbbiyo.jpg
Help Page URL https://31.media.tumblr.com/tumblr_m8pwmcn9wy1qbbiyo.jpg
Supported Languages 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"
    }
}