Doge My Site

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

Qu'est-ce que Doge My Site ?

Doge My Site est une extension Chrome développée par https://michaelsolati.com, et sa fonction principale est "Add 'MUCH WOW' to any page on the web.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Doge My Site

Téléchargez les fichiers d'extension Doge My Site au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Doge My Site Doge My Site
ID ghefodhmgeofnfpbmjlkglokpgomcodc
URL Officiel https://chromewebstore.google.com/detail/doge-my-site/ghefodhmgeofnfpbmjlkglokpgomcodc
Description Add 'MUCH WOW' to any page on the web.
Taille du Fichier 699 KB
Nombre d'Installations 4,324
Version Actuelle 0.10.0
Dernière Mise à Jour 2018-11-10
Date de Publication 2018-11-09
Évaluation 4.17/5 Total 35 Évaluations
Développeur https://michaelsolati.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://michaelsolati.com/code
Langues Prises en Charge 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"
    }
}