De-Doggo

De-Doggo will replace 'doggo', 'woofer' and 'pupper' with the word 'dog', de-infantilising the internet.

Qu'est-ce que De-Doggo ?

De-Doggo est une extension Chrome développée par Very_Agreeable, et sa fonction principale est "De-Doggo will replace 'doggo', 'woofer' and 'pupper' with the word 'dog', de-infantilising the internet.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension De-Doggo

Téléchargez les fichiers d'extension De-Doggo 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

                        Also, 'chonkers', 'fluffers', 'cattos' and a few others.                    

Informations de Base sur l'Extension

Nom De-Doggo De-Doggo
ID jflcihegipialnhcgfhpmheincmkjcfc
URL Officiel https://chromewebstore.google.com/detail/de-doggo/jflcihegipialnhcgfhpmheincmkjcfc
Description De-Doggo will replace 'doggo', 'woofer' and 'pupper' with the word 'dog', de-infantilising the internet.
Taille du Fichier 10.16 KB
Nombre d'Installations 53
Version Actuelle 0.6.2.1
Dernière Mise à Jour 2019-06-06
Date de Publication 2019-06-06
Évaluation 5.00/5 Total 5 Évaluations
Développeur Very_Agreeable
Type de Paiement free
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "De-Doggo",
    "description": "De-Doggo will replace 'doggo', 'woofer' and 'pupper' with the word 'dog', de-infantilising the internet.",
    "version": "0.6.2.1",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": []
}