Geek Beat Dropcam
The Official Geek Beat Dropcam viewer.
什麼是Geek Beat Dropcam?
Geek Beat Dropcam是由http://irc.geekbeat.tv開發的Chrome擴展程式,該擴展的主要功能是“The Official Geek Beat Dropcam viewer.”。
擴展截圖
下載Geek Beat Dropcam擴展crx文件
下載Geek Beat Dropcam擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | jhfhdglmolpohchclgeofdmhpglagdkg |
官方網址 | https://chrome.google.com/webstore/detail/geek-beat-dropcam/jhfhdglmolpohchclgeofdmhpglagdkg |
簡介 | The Official Geek Beat Dropcam viewer. |
檔案大小 | 26.59 KB |
安裝次數 | 69 |
目前版本 | 1.0.5 |
更新時間 | 2013-10-10 |
上架時間 | 2013-10-10 |
評分 | 5.00/5 共 1 次評分 |
開發者 | http://irc.geekbeat.tv |
付費類型 | free |
擴展官網 | http://geekbeat.tv/dropcam |
支援的語言 | 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" } |