Some Circus Clown
An extension that replaces 'Ben Carson' with 'some circus clown'
什么是Some Circus Clown?
Some Circus Clown是由kathleenburk08开发的Chrome扩展程序,该扩展的主要功能是“An extension that replaces 'Ben Carson' with 'some circus clown'”。
扩展截图
下载Some Circus Clown扩展crx文件
下载Some Circus Clown扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
An extension that replaces 'Ben Carson' with 'some circus clown' Version 1.0 Refactored code Version 0.2 Working code! Replaces 'Carson' with 'the circus clown', 'Dr. Ben Carson' with 'Dr. Circus Clown', and 'Dr. Benjamin Carson' with 'Dr. Barnum and Bailey Circus Clown Supreme'. Version 0.1 Test run, not working
扩展基本信息
名称 | Some Circus Clown |
ID | iaamcepimkmnknomgcodjeihafpnfhmf |
官方URL | https://chromewebstore.google.com/detail/some-circus-clown/iaamcepimkmnknomgcodjeihafpnfhmf |
简介 | An extension that replaces 'Ben Carson' with 'some circus clown' |
文件大小 | 34.78 KB |
安装次数 | 14 |
当前版本 | 1.0 |
更新时间 | 2015-11-09 |
上架时间 | 2015-11-08 |
评分 | 5.00/5 共1次评分 |
开发者 | kathleenburk08 |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Some Circus Clown", "description": "An extension that replaces 'Ben Carson' with 'some circus clown'", "version": "1.0", "icons": { "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |