De-Doggo

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

Wat is De-Doggo?

De-Doggo is een Chrome-extensie ontwikkeld door Very_Agreeable, en de belangrijkste functie is "De-Doggo will replace 'doggo', 'woofer' and 'pupper' with the word 'dog', de-infantilising the internet.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie De-Doggo

Download De-Doggo-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

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

Basisinformatie over de Extensie

Naam De-Doggo De-Doggo
ID jflcihegipialnhcgfhpmheincmkjcfc
Officiële URL https://chromewebstore.google.com/detail/de-doggo/jflcihegipialnhcgfhpmheincmkjcfc
Beschrijving De-Doggo will replace 'doggo', 'woofer' and 'pupper' with the word 'dog', de-infantilising the internet.
Bestandsgrootte 10.16 KB
Aantal Installaties 53
Huidige Versie 0.6.2.1
Laatst Bijgewerkt 2019-06-06
Publicatiedatum 2019-06-06
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar Very_Agreeable
Betalingswijze free
Ondersteunde Talen 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": []
}