Dogify

Change every image in website into random dog pictures.

What is Dogify?

Dogify is a Chrome extension developed by http://9to5programmer.com, and its main feature is "Change every image in website into random dog pictures.".

Extension Screenshots

screenshot

Download Dogify Extension CRX File

Download Dogify 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 extensions changes all images in a website into puppy pictures. If you love puppies than this extension is for you.                    

Extension Basic Information

Name Dogify Dogify
ID mfejomkpnkbgdnhcddkiglmgoomnonie
Official URL https://chrome.google.com/webstore/detail/dogify/mfejomkpnkbgdnhcddkiglmgoomnonie
Description Change every image in website into random dog pictures.
File Size 52.05 KB
Installation Count 40
Current Version 0.0.1
Last Updated 2019-05-17
Publish Date 2019-05-17
Rating 5.00/5 Total 1 Ratings
Developer http://9to5programmer.com
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dogify",
    "description": "Change every image in website into random dog pictures.",
    "version": "0.0.1",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "Hoom Hoom!"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "dogify.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon1.png",
        "32": "icon1.png",
        "48": "icon1.png",
        "128": "icon1.png"
    }
}