De-Doggo
De-Doggo will replace 'doggo', 'woofer' and 'pupper' with the word 'dog', de-infantilising the internet.
Was ist De-Doggo?
De-Doggo ist eine Chrome-Erweiterung, die von Very_Agreeable entwickelt wurde, und ihr Hauptmerkmal ist "De-Doggo will replace 'doggo', 'woofer' and 'pupper' with the word 'dog', de-infantilising the internet.".
Erweiterungsscreenshots
De-Doggo-Erweiterungs-CRX-Datei herunterladen
Laden Sie De-Doggo-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Also, 'chonkers', 'fluffers', 'cattos' and a few others.
Grundlegende Informationen zur Erweiterung
Name | |
ID | jflcihegipialnhcgfhpmheincmkjcfc |
Offizielle URL | https://chromewebstore.google.com/detail/de-doggo/jflcihegipialnhcgfhpmheincmkjcfc |
Beschreibung | De-Doggo will replace 'doggo', 'woofer' and 'pupper' with the word 'dog', de-infantilising the internet. |
Dateigröße | 10.16 KB |
Installationsanzahl | 53 |
Aktuelle Version | 0.6.2.1 |
Letztes Update | 2019-06-06 |
Veröffentlichungsdatum | 2019-06-06 |
Bewertung | 5.00/5 Insgesamt 5 Bewertungen |
Entwickler | Very_Agreeable |
Zahlungsart | free |
Unterstützte Sprachen | 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": [] } |