Doge My Site

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

Wat is Doge My Site?

Doge My Site is een Chrome-extensie ontwikkeld door https://michaelsolati.com, en de belangrijkste functie is "Add 'MUCH WOW' to any page on the web.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Doge My Site

Download Doge My Site-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Doge My Site Doge My Site
ID ghefodhmgeofnfpbmjlkglokpgomcodc
Officiële URL https://chromewebstore.google.com/detail/doge-my-site/ghefodhmgeofnfpbmjlkglokpgomcodc
Beschrijving Add 'MUCH WOW' to any page on the web.
Bestandsgrootte 699 KB
Aantal Installaties 4,324
Huidige Versie 0.10.0
Laatst Bijgewerkt 2018-11-10
Publicatiedatum 2018-11-09
Beoordeling 4.17/5 Totaal 35 Beoordelingen
Ontwikkelaar https://michaelsolati.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://michaelsolati.com/code
Ondersteunde Talen 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"
    }
}