xDA-tv
Check who is on xDA via our WebCam. Try our website http://xdatelier.org/
What is xDA-tv?
xDA-tv is a Chrome extension developed by carlosricardosantos, and its main feature is "Check who is on xDA via our WebCam. Try our website http://xdatelier.org/".
Extension Screenshots
Download xDA-tv Extension CRX File
Download xDA-tv 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
Check who is on xDA via our WebCam. Try our website http://xdatelier.org/
Extension Basic Information
Name | |
ID | doblpidkdnflmclkcolipchhdgpgnjhp |
Official URL | https://chrome.google.com/webstore/detail/xda-tv/doblpidkdnflmclkcolipchhdgpgnjhp |
Description | Check who is on xDA via our WebCam. Try our website http://xdatelier.org/ |
File Size | 63.7 KB |
Installation Count | 22 |
Current Version | 1.0.1 |
Last Updated | 2013-06-15 |
Publish Date | 2013-06-15 |
Rating | 2.00/5 Total 4 Ratings |
Developer | carlosricardosantos |
Payment Type | free |
Supported Languages | 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" } |