Benedict Cumberbatch
This extension changes Benedict Cumberbatch's name to one of the many other names he's known by.
What is Benedict Cumberbatch?
Benedict Cumberbatch is a Chrome extension developed by Afal, and its main feature is "This extension changes Benedict Cumberbatch's name to one of the many other names he's known by.".
Extension Screenshots
Download Benedict Cumberbatch Extension CRX File
Download Benedict Cumberbatch 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
Extension Basic Information
Name | |
ID | bhhakmjlmcijlidmjjhhkldkhdljgldg |
Official URL | https://chrome.google.com/webstore/detail/benedict-cumberbatch/bhhakmjlmcijlidmjjhhkldkhdljgldg |
Description | This extension changes Benedict Cumberbatch's name to one of the many other names he's known by. |
File Size | 12.32 KB |
Installation Count | 37 |
Current Version | 1.0 |
Last Updated | 2015-08-23 |
Publish Date | 2015-08-23 |
Rating | 4.77/5 Total 13 Ratings |
Developer | Afal |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } ] } |