DOGE

Replaces all images on all pages to DOGE. Ours is not to ask why.

What is DOGE?

DOGE is a Chrome extension developed by Unknown, and its main feature is "Replaces all images on all pages to DOGE. Ours is not to ask why.".

Extension Screenshots

screenshot
screenshot
screenshot

Download DOGE Extension CRX File

Download DOGE 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

                        This plugin attempts to replace every image on every webpage with that of a doge or doge-related activity.                    

Extension Basic Information

Name DOGE DOGE
ID jailgicjdknlmhgikjppdfbjcbjmaeom
Official URL https://chromewebstore.google.com/detail/doge/jailgicjdknlmhgikjppdfbjcbjmaeom
Description Replaces all images on all pages to DOGE. Ours is not to ask why.
File Size 71.01 KB
Installation Count 306
Current Version 1.3
Last Updated 2014-06-03
Publish Date 2014-06-03
Rating 2.85/5 Total 27 Ratings
Developer Unknown
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Shibesoft",
    "content_scripts": [
        {
            "js": [
                "jquery-1.8.0.min.js",
                "background.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "128": "logo128.png",
        "48": "logo48.png"
    },
    "description": "Replaces all images on all pages to DOGE. Ours is not to ask why.",
    "manifest_version": 2,
    "name": "DOGE",
    "version": "1.3"
}