Cuck to Scary Ghost

Replaces the text 'Cuck' with 'Scary Ghost'.

什么是Cuck to Scary Ghost?

Cuck to Scary Ghost是由dhamster开发的Chrome扩展程序,该扩展的主要功能是“Replaces the text 'Cuck' with 'Scary Ghost'.”。

扩展截图

screenshot

下载Cuck to Scary Ghost扩展crx文件

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

扩展使用说明

                        Enhance your browsing experience by replacing every instance of the word "cuck" on a webpage with "scary ghost."

Contact: @dhamster on twitter
Github repo: https://github.com/dhamster/cuck-to-scary-ghost                    

扩展基本信息

名称 Cuck to Scary Ghost Cuck to Scary Ghost
ID chkkhlgfgbadonejbgeoglicjoggnope
官方URL https://chromewebstore.google.com/detail/cuck-to-scary-ghost/chkkhlgfgbadonejbgeoglicjoggnope
简介 Replaces the text 'Cuck' with 'Scary Ghost'.
文件大小 21.39 KB
安装次数 304
当前版本 0.6
更新时间 2016-06-18
上架时间 2016-06-18
评分 4.67/5 共18次评分
开发者 dhamster
付费类型 free
扩展官网 https://github.com/dhamster/cuck-to-scary-ghost
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cuck to Scary Ghost",
    "version": "0.6",
    "description": "Replaces the text 'Cuck' with 'Scary Ghost'.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}