Webcam Test
Test your webcam online
What is Webcam Test?
Webcam Test is a Chrome extension developed by http://webcam-test.com, and its main feature is "Test your webcam online".
Extension Screenshots
Download Webcam Test Extension CRX File
Download Webcam Test 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
Webcam test allows you to test your camera directly in your browser.
Extension Basic Information
Name | |
ID | iblndfiladjaddjhpihildkiaekggfdm |
Official URL | https://chrome.google.com/webstore/detail/webcam-test/iblndfiladjaddjhpihildkiaekggfdm |
Description | Test your webcam online |
File Size | 4.06 MB |
Installation Count | 20,000 |
Current Version | 1.3 |
Last Updated | 2021-05-19 |
Publish Date | 2020-07-28 |
Rating | 3.33/5 Total 3 Ratings |
Developer | http://webcam-test.com |
[email protected] | |
Payment Type | free |
Extension Website | https://webcam-test.com |
Help Page URL | https://webcam-test.com |
Supported Languages | id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDesc__", "default_locale": "en", "version": "1.3", "browser_action": { "default_icon": "webcam.png" }, "icons": { "128": "webcam_128.png" }, "background": { "scripts": [ "background.js" ] }, "manifest_version": 2 } |