Benedict Cumberbatch-inator

Everytime it sees the name 'Benedict Cumberbatch', it will replace it with a custom parody, composed of different parts to create a…

什么是Benedict Cumberbatch-inator?

Benedict Cumberbatch-inator是由gabefoad开发的Chrome扩展程序,该扩展的主要功能是“Everytime it sees the name 'Benedict Cumberbatch', it will replace it with a custom parody, composed of different parts to create a…”。

下载Benedict Cumberbatch-inator扩展crx文件

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

扩展使用说明

                        Everytime it sees the name 'Benedict Cumberbatch', it will replace it with a custom parody, composed of different parts to create a lifelike name.                    

扩展基本信息

名称 Benedict Cumberbatch-inator Benedict Cumberbatch-inator
ID ampoimiogjcflocfdikffpcpgongfkgh
官方URL https://chrome.google.com/webstore/detail/benedict-cumberbatch-inat/ampoimiogjcflocfdikffpcpgongfkgh
简介 Everytime it sees the name 'Benedict Cumberbatch', it will replace it with a custom parody, composed of different parts to create a…
文件大小 4.99 KB
安装次数 14
当前版本 1.2.0
更新时间 2016-07-21
上架时间 2016-07-21
评分 4.50/5 共2次评分
开发者 gabefoad
付费类型 free
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Benedict Cumberbatch-inator",
    "manifest_version": 2,
    "version": "1.2.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "benedict.js"
            ],
            "run_at": "document_end"
        }
    ]
}