Bumpercar Candysnatch
Replaces Benedict Cumberbatch with silly names
What is Bumpercar Candysnatch?
Bumpercar Candysnatch is a Chrome extension developed by Viktor Seč, and its main feature is "Replaces Benedict Cumberbatch with silly names".
Extension Screenshots
Download Bumpercar Candysnatch Extension CRX File
Download Bumpercar Candysnatch 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
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
Extension Basic Information
Name | |
ID | gfgeflpiolnadakikfnhlmlmnbmadbaj |
Official URL | https://chromewebstore.google.com/detail/bumpercar-candysnatch/gfgeflpiolnadakikfnhlmlmnbmadbaj |
Description | Replaces Benedict Cumberbatch with silly names |
File Size | 5.02 KB |
Installation Count | 41 |
Current Version | 0.1.2 |
Last Updated | 2016-11-12 |
Publish Date | 2016-11-12 |
Rating | 5.00/5 Total 4 Ratings |
Developer | Viktor Seč |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/viktorsec/bumpercar-candysnatch |
Supported Languages | 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" } ] } |