Bumpercar Candysnatch

Replaces Benedict Cumberbatch with silly names

什么是Bumpercar Candysnatch?

Bumpercar Candysnatch是由Viktor Seč开发的Chrome扩展程序,该扩展的主要功能是“Replaces Benedict Cumberbatch with silly names”。

扩展截图

screenshot

下载Bumpercar Candysnatch扩展crx文件

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

扩展使用说明

                        Inspiration and original substitutions come from the following AskReddit thread:

https://www.reddit.com/r/AskReddit/comments/5ccuwq/whats_your_best_approximation_of_benedict/

Source available on GitHub: https://github.com/viktorsec/bumpercar-candysnatch                    

扩展基本信息

名称 Bumpercar Candysnatch Bumpercar Candysnatch
ID gfgeflpiolnadakikfnhlmlmnbmadbaj
官方URL https://chromewebstore.google.com/detail/bumpercar-candysnatch/gfgeflpiolnadakikfnhlmlmnbmadbaj
简介 Replaces Benedict Cumberbatch with silly names
文件大小 5.02 KB
安装次数 41
当前版本 0.1.2
更新时间 2016-11-12
上架时间 2016-11-12
评分 5.00/5 共4次评分
开发者 Viktor Seč
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/viktorsec/bumpercar-candysnatch
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bumpercar Candysnatch",
    "description": "Replaces Benedict Cumberbatch with silly names",
    "version": "0.1.2",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}