Doge My Site

Add 'MUCH WOW' to any page on the web.

What is Doge My Site?

Doge My Site is a Chrome extension developed by https://michaelsolati.com, and its main feature is "Add 'MUCH WOW' to any page on the web.".

Extension Screenshots

screenshot
screenshot

Download Doge My Site Extension CRX File

Download Doge My Site 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

                        Add 'MUCH WOW' to any page on the web.

Added ability to change text on website to dogetalk.

If you code, please consider contributing https://github.com/MichaelSolati/doge-my-site                    

Extension Basic Information

Name Doge My Site Doge My Site
ID ghefodhmgeofnfpbmjlkglokpgomcodc
Official URL https://chromewebstore.google.com/detail/doge-my-site/ghefodhmgeofnfpbmjlkglokpgomcodc
Description Add 'MUCH WOW' to any page on the web.
File Size 699 KB
Installation Count 4,324
Current Version 0.10.0
Last Updated 2018-11-10
Publish Date 2018-11-09
Rating 4.17/5 Total 35 Ratings
Developer https://michaelsolati.com
Email [email protected]
Payment Type free
Extension Website https://michaelsolati.com/code
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Doge My Site",
    "version": "0.10.0",
    "description": "Add 'MUCH WOW' to any page on the web.",
    "browser_action": {
        "default_title": "SUCH WOW",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "index.js"
        ]
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "icons": {
        "128": "icon.png"
    }
}