NEIAAC Webcam
Check who is on NEIAAC via our WebCam. Try our website http://nei.dei.uc.pt/
What is NEIAAC Webcam?
NEIAAC Webcam is a Chrome extension developed by carlosricardosantos, and its main feature is "Check who is on NEIAAC via our WebCam. Try our website http://nei.dei.uc.pt/".
Extension Screenshots
Download NEIAAC Webcam Extension CRX File
Download NEIAAC Webcam 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 NEI via our webcam.
Extension Basic Information
Name | |
ID | eailccmhoiencfpkakhnhapmojlegcjo |
Official URL | https://chrome.google.com/webstore/detail/neiaac-webcam/eailccmhoiencfpkakhnhapmojlegcjo |
Description | Check who is on NEIAAC via our WebCam. Try our website http://nei.dei.uc.pt/ |
File Size | 44.47 KB |
Installation Count | 158 |
Current Version | 1.0.2 |
Last Updated | 2013-06-15 |
Publish Date | 2013-06-15 |
Rating | 4.38/5 Total 48 Ratings |
Developer | carlosricardosantos |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NEIAAC Webcam", "version": "1.0.2", "description": "Check who is on NEIAAC via our WebCam. Try our website http:\/\/nei.dei.uc.pt\/", "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html" }, "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "http:\/\/nei.dei.uc.pt\/" ], "content_scripts": [ { "matches": [ "http:\/\/jquery.com\/*" ], "js": [ "jquery.min.js" ] } ] } |