Benedict Cumberbun
What was that actor's name again?
What is Benedict Cumberbun?
Benedict Cumberbun is a Chrome extension developed by zjulia, and its main feature is "What was that actor's name again?".
Extension Screenshots
Download Benedict Cumberbun Extension CRX File
Download Benedict Cumberbun 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
For if you're trying to remember the name of that actor that plays Sherlock Holmes in the recent TV series
Extension Basic Information
Name | Benedict Cumberbun |
ID | oabdohcokhogplmoohoclmmciegbnofg |
Official URL | https://chromewebstore.google.com/detail/benedict-cumberbun/oabdohcokhogplmoohoclmmciegbnofg |
Description | What was that actor's name again? |
File Size | 229 KB |
Installation Count | 11 |
Current Version | 1.0 |
Last Updated | 2014-10-07 |
Publish Date | 2014-10-06 |
Rating | 3.67/5 Total 3 Ratings |
Developer | zjulia |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Benedict Cumberbun", "version": "1.0", "description": "What was that actor's name again?", "manifest_version": 2, "background": { "page": "background.html" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |