Benedict Cumberbatch

This extension changes Benedict Cumberbatch's name to one of the many other names he's known by.

什么是Benedict Cumberbatch?

Benedict Cumberbatch是由Afal开发的Chrome扩展程序,该扩展的主要功能是“This extension changes Benedict Cumberbatch's name to one of the many other names he's known by.”。

扩展截图

screenshot

下载Benedict Cumberbatch扩展crx文件

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

扩展使用说明

                                            

扩展基本信息

名称 Benedict Cumberbatch Benedict Cumberbatch
ID bhhakmjlmcijlidmjjhhkldkhdljgldg
官方URL https://chrome.google.com/webstore/detail/benedict-cumberbatch/bhhakmjlmcijlidmjjhhkldkhdljgldg
简介 This extension changes Benedict Cumberbatch's name to one of the many other names he's known by.
文件大小 12.32 KB
安装次数 37
当前版本 1.0
更新时间 2015-08-23
上架时间 2015-08-23
评分 4.77/5 共13次评分
开发者 Afal
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Benedict Cumberbatch",
    "description": "This extension changes Benedict Cumberbatch's name to one of the many other names he's known by.",
    "version": "1.0",
    "icons": {
        "128": "benedict.jpg"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_end"
        }
    ]
}