xDA-tv

Check who is on xDA via our WebCam. Try our website http://xdatelier.org/

Wat is xDA-tv?

xDA-tv is een Chrome-extensie ontwikkeld door carlosricardosantos, en de belangrijkste functie is "Check who is on xDA via our WebCam. Try our website http://xdatelier.org/".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie xDA-tv

Download xDA-tv-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Check who is on xDA via our WebCam. Try our website http://xdatelier.org/                    

Basisinformatie over de Extensie

Naam xDA-tv xDA-tv
ID doblpidkdnflmclkcolipchhdgpgnjhp
Officiële URL https://chrome.google.com/webstore/detail/xda-tv/doblpidkdnflmclkcolipchhdgpgnjhp
Beschrijving Check who is on xDA via our WebCam. Try our website http://xdatelier.org/
Bestandsgrootte 63.7 KB
Aantal Installaties 22
Huidige Versie 1.0.1
Laatst Bijgewerkt 2013-06-15
Publicatiedatum 2013-06-15
Beoordeling 2.00/5 Totaal 4 Beoordelingen
Ontwikkelaar carlosricardosantos
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "xDA-tv",
    "version": "1.0.1",
    "description": "Check who is on xDA via our WebCam. Try our website http:\/\/xdatelier.org\/",
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "default_icon": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "http:\/\/xdatelier.org\/",
        "http:\/\/www.audienciazero.org\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/jquery.com\/*"
            ],
            "js": [
                "jquery.min.js"
            ]
        }
    ],
    "options_page": "options.html"
}