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 |
官方網址 | 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": [] } |