Geek Beat Dropcam
The Official Geek Beat Dropcam viewer.
What is Geek Beat Dropcam?
Geek Beat Dropcam is a Chrome extension developed by http://irc.geekbeat.tv, and its main feature is "The Official Geek Beat Dropcam viewer.".
Extension Screenshots
Download Geek Beat Dropcam Extension CRX File
Download Geek Beat Dropcam 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
Bored at work? So are we! Only now you can watch us to see just how boring we are on the Geek Beat Dropcam webcam streaming live from our studios 24/7! This Extension will add a little Geek Beat icon beside the URL bar so you can have one button access to the webcams.
Extension Basic Information
Name | |
ID | jhfhdglmolpohchclgeofdmhpglagdkg |
Official URL | https://chrome.google.com/webstore/detail/geek-beat-dropcam/jhfhdglmolpohchclgeofdmhpglagdkg |
Description | The Official Geek Beat Dropcam viewer. |
File Size | 26.59 KB |
Installation Count | 69 |
Current Version | 1.0.5 |
Last Updated | 2013-10-10 |
Publish Date | 2013-10-10 |
Rating | 5.00/5 Total 1 Ratings |
Developer | http://irc.geekbeat.tv |
Payment Type | free |
Extension Website | http://geekbeat.tv/dropcam |
Supported Languages | en |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "bg.js" ] }, "browser_action": { "default_icon": "dropcam-icon.png" }, "description": "The Official Geek Beat Dropcam viewer.", "manifest_version": 2, "name": "Geek Beat Dropcam", "permissions": [ "tabs" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.5" } |