Geek Beat Dropcam

The Official Geek Beat Dropcam viewer.

Cos'è Geek Beat Dropcam?

Geek Beat Dropcam è un'estensione di Chrome sviluppata da http://irc.geekbeat.tv, e la sua funzione principale è "The Official Geek Beat Dropcam viewer.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Geek Beat Dropcam

Scarica i file di estensione Geek Beat Dropcam in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Geek Beat Dropcam Geek Beat Dropcam
ID jhfhdglmolpohchclgeofdmhpglagdkg
URL Ufficiale https://chrome.google.com/webstore/detail/geek-beat-dropcam/jhfhdglmolpohchclgeofdmhpglagdkg
Descrizione The Official Geek Beat Dropcam viewer.
Dimensione del File 26.59 KB
Conteggio Installazioni 69
Versione Corrente 1.0.5
Ultimo Aggiornamento 2013-10-10
Data di Pubblicazione 2013-10-10
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore http://irc.geekbeat.tv
Tipo di Pagamento free
Sito Web dell'Estensione http://geekbeat.tv/dropcam
Lingue Supportate 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"
}