Some Circus Clown
An extension that replaces 'Ben Carson' with 'some circus clown'
What is Some Circus Clown?
Some Circus Clown is a Chrome extension developed by kathleenburk08, and its main feature is "An extension that replaces 'Ben Carson' with 'some circus clown'".
Extension Screenshots
Download Some Circus Clown Extension CRX File
Download Some Circus Clown extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Some Circus Clown |
ID | iaamcepimkmnknomgcodjeihafpnfhmf |
Official URL | https://chromewebstore.google.com/detail/some-circus-clown/iaamcepimkmnknomgcodjeihafpnfhmf |
Description | An extension that replaces 'Ben Carson' with 'some circus clown' |
File Size | 34.78 KB |
Installation Count | 14 |
Current Version | 1.0 |
Last Updated | 2015-11-09 |
Publish Date | 2015-11-08 |
Rating | 5.00/5 Total 1 Ratings |
Developer | kathleenburk08 |
Payment Type | free |
Supported Languages | 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" } ] } |