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.”。

扩展截图

screenshot
screenshot

下载De-Doggo扩展crx文件

下载De-Doggo扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Also, 'chonkers', 'fluffers', 'cattos' and a few others.                    

扩展基本信息

名称 De-Doggo De-Doggo
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": []
}