De-Doggo
De-Doggo will replace 'doggo', 'woofer' and 'pupper' with the word 'dog', de-infantilising the internet.
De-Doggoとは何ですか?
De-DoggoはVery_Agreeableによって開発されたChromeの拡張機能で、その主な機能は「De-Doggo will replace 'doggo', 'woofer' and 'pupper' with the word 'dog', de-infantilising the internet.」です。
拡張機能のスクリーンショット
De-Doggo拡張機能のCRXファイルをダウンロード
De-Doggo拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Also, 'chonkers', 'fluffers', 'cattos' and a few others.
拡張機能の基本情報
名前 | |
ID | jflcihegipialnhcgfhpmheincmkjcfc |
公式URL | https://chromewebstore.google.com/detail/de-doggo/jflcihegipialnhcgfhpmheincmkjcfc |
説明 | De-Doggo will replace 'doggo', 'woofer' and 'pupper' with the word 'dog', de-infantilising the internet. |
ファイルサイズ | 10.16 KB |
インストール数 | 53 |
現在のバージョン | 0.6.2.1 |
最終更新日 | 2019-06-06 |
公開日 | 2019-06-06 |
評価 | 5.00/5 合計 5 レビュー |
開発者 | Very_Agreeable |
支払い方法 | free |
対応言語 | 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": [] } |