De-Doggo

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

Vad är De-Doggo?

De-Doggo är en Chrome-tillägg utvecklad av Very_Agreeable, och dess huvudfunktion är "De-Doggo will replace 'doggo', 'woofer' and 'pupper' with the word 'dog', de-infantilising the internet.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner De-Doggo-förlängningens CRX-fil

Ladda ner De-Doggo-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn De-Doggo De-Doggo
ID jflcihegipialnhcgfhpmheincmkjcfc
Officiell webbadress https://chromewebstore.google.com/detail/de-doggo/jflcihegipialnhcgfhpmheincmkjcfc
Beskrivning De-Doggo will replace 'doggo', 'woofer' and 'pupper' with the word 'dog', de-infantilising the internet.
Filstorlek 10.16 KB
Antal Installationer 53
Aktuell Version 0.6.2.1
Senast Uppdaterad 2019-06-06
Publiceringsdatum 2019-06-06
Betyg 5.00/5 Totalt 5 Betyg
Utvecklare Very_Agreeable
Betalningssätt free
Stödda Språk 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": []
}