Ampare Webcam Capture
Take Picture From Your Webcam
What is Ampare Webcam Capture?
Ampare Webcam Capture is a Chrome extension developed by http://juthawong.com, and its main feature is "Take Picture From Your Webcam".
Extension Screenshots
Download Ampare Webcam Capture Extension CRX File
Download Ampare Webcam Capture 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
Simple Chrome Extension To Try and Test Your Web Camera and Take Picture From Your Webcam. In Case , Your System Default Application Broke etc.
Extension Basic Information
Name | |
ID | dnhbehdblddbhifdfcppcahdfmnjcmml |
Official URL | https://chrome.google.com/webstore/detail/ampare-webcam-capture/dnhbehdblddbhifdfcppcahdfmnjcmml |
Description | Take Picture From Your Webcam |
File Size | 148 KB |
Installation Count | 933 |
Current Version | 1.0 |
Last Updated | 2018-04-03 |
Publish Date | 2018-04-03 |
Rating | 3.80/5 Total 5 Ratings |
Developer | http://juthawong.com |
Payment Type | free |
Extension Website | http://www.juthawong.com/ |
Help Page URL | https://groups.google.com/forum/#!forum/ampare-engine-support |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ampare Webcam Capture", "version": "1.0", "icons": { "128": "icon-128.png" }, "description": "Take Picture From Your Webcam", "browser_action": { "default_icon": { "128": "icon-128.png" }, "default_title": "Take a Picture" }, "background": { "scripts": [ "background.js" ] }, "author": "Juthawong Naisanguansee" } |