De-Doggo
De-Doggo will replace 'doggo', 'woofer' and 'pupper' with the word 'dog', de-infantilising the internet.
Co je De-Doggo?
De-Doggo je rozšíření Chrome vyvinuté Very_Agreeable, a jeho hlavní funkcí je „De-Doggo will replace 'doggo', 'woofer' and 'pupper' with the word 'dog', de-infantilising the internet.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření De-Doggo
Stáhněte si soubory rozšíření De-Doggo ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Also, 'chonkers', 'fluffers', 'cattos' and a few others.
Základní Informace o Rozšíření
Název | |
ID | jflcihegipialnhcgfhpmheincmkjcfc |
Oficiální URL | https://chromewebstore.google.com/detail/de-doggo/jflcihegipialnhcgfhpmheincmkjcfc |
Popis | De-Doggo will replace 'doggo', 'woofer' and 'pupper' with the word 'dog', de-infantilising the internet. |
Velikost souboru | 10.16 KB |
Počet instalací | 53 |
Aktuální Verze | 0.6.2.1 |
Poslední Aktualizace | 2019-06-06 |
Datum Vydání | 2019-06-06 |
Hodnocení | 5.00/5 Celkem 5 Hodnocení |
Vývojář | Very_Agreeable |
Typ Platby | free |
Podporované Jazyky | 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": [] } |