Geek Beat Dropcam

The Official Geek Beat Dropcam viewer.

Vad är Geek Beat Dropcam?

Geek Beat Dropcam är en Chrome-tillägg utvecklad av http://irc.geekbeat.tv, och dess huvudfunktion är "The Official Geek Beat Dropcam viewer.".

Tilläggsskärmbilder

screenshot

Ladda ner Geek Beat Dropcam-förlängningens CRX-fil

Ladda ner Geek Beat Dropcam-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Geek Beat Dropcam Geek Beat Dropcam
ID jhfhdglmolpohchclgeofdmhpglagdkg
Officiell webbadress https://chrome.google.com/webstore/detail/geek-beat-dropcam/jhfhdglmolpohchclgeofdmhpglagdkg
Beskrivning The Official Geek Beat Dropcam viewer.
Filstorlek 26.59 KB
Antal Installationer 69
Aktuell Version 1.0.5
Senast Uppdaterad 2013-10-10
Publiceringsdatum 2013-10-10
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare http://irc.geekbeat.tv
Betalningssätt free
Tilläggswebbplats http://geekbeat.tv/dropcam
Stödda Språk 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"
}