De-Doggo
De-Doggo will replace 'doggo', 'woofer' and 'pupper' with the word 'dog', de-infantilising the internet.
What is De-Doggo?
De-Doggo is a Chrome extension developed by Very_Agreeable, and its main feature is "De-Doggo will replace 'doggo', 'woofer' and 'pupper' with the word 'dog', de-infantilising the internet.".
Extension Screenshots
Download De-Doggo Extension CRX File
Download De-Doggo extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Also, 'chonkers', 'fluffers', 'cattos' and a few others.
Extension Basic Information
Name | |
ID | jflcihegipialnhcgfhpmheincmkjcfc |
Official URL | 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. |
File Size | 10.16 KB |
Installation Count | 53 |
Current Version | 0.6.2.1 |
Last Updated | 2019-06-06 |
Publish Date | 2019-06-06 |
Rating | 5.00/5 Total 5 Ratings |
Developer | Very_Agreeable |
Payment Type | free |
Supported Languages | 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": [] } |