Doge ify - Super Doge!

A quick and fun way to spice up any website with Doge love. Refresh page to go back to normal.

What is Doge ify - Super Doge!?

Doge ify - Super Doge! is a Chrome extension developed by Unknown, and its main feature is "A quick and fun way to spice up any website with Doge love. Refresh page to go back to normal.".

Extension Screenshots

screenshot

Download Doge ify - Super Doge! Extension CRX File

Download Doge ify - Super 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

                                            

Extension Basic Information

Name Doge ify - Super Doge! Doge ify - Super Doge!
ID hmknopojacdmgooajhbfebnhiedhgkff
Official URL https://chromewebstore.google.com/detail/doge-ify-super-doge/hmknopojacdmgooajhbfebnhiedhgkff
Description A quick and fun way to spice up any website with Doge love. Refresh page to go back to normal.
File Size 880 KB
Installation Count 398
Current Version 1.1
Last Updated 2017-01-18
Publish Date 2017-01-17
Rating 2.67/5 Total 3 Ratings
Developer Unknown
Payment Type free
Extension Website https://github.com/adjavaherian/dogeify
Help Page URL https://github.com/adjavaherian/dogeify/issues
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Doge ify - Super Doge!",
    "short_name": "doge ify",
    "description": "A quick and fun way to spice up any website with Doge love. Refresh page to go back to normal.",
    "version": "1.1",
    "homepage_url": "https:\/\/github.com\/adjavaherian\/dogeify",
    "icons": {
        "16": "icon.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Super Dogeify!"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "https:\/\/www.reddit.com\/"
    ]
}