Camera Test
Camera Test. The webcam video is generated locally by your browser and will not be sent to the server.
什么是Camera Test?
Camera Test是由RoofTile开发的Chrome扩展程序,该扩展的主要功能是“Camera Test. The webcam video is generated locally by your browser and will not be sent to the server.”。
扩展截图
下载Camera Test扩展crx文件
下载Camera Test扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is a tool for web camera test. It can be used to test your's web camera . It can also be used to check your beauty. You can download your beautiful photos from the tool. The webcam video is generated locally by your browser and will not be sent to the server. So,enjoy it.
扩展基本信息
名称 | Camera Test |
ID | bheeolhnhdnpaoihejafihakdcflaofg |
官方URL | https://chromewebstore.google.com/detail/camera-test/bheeolhnhdnpaoihejafihakdcflaofg |
简介 | Camera Test. The webcam video is generated locally by your browser and will not be sent to the server. |
文件大小 | 22.51 KB |
安装次数 | 1,000 |
当前版本 | 0.0.0.1 |
更新时间 | 2022-07-07 |
上架时间 | 2022-07-07 |
开发者 | RoofTile |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Camera Test", "description": "Camera Test. The webcam video is generated locally by your browser and will not be sent to the server.", "version": "0.0.0.1", "background": { "service_worker": "js\/background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "\/img\/Icon-16.png", "32": "\/img\/Icon-32.png", "48": "\/img\/Icon-48.png", "128": "\/img\/Icon-128.png" } }, "icons": { "16": "\/img\/Icon-16.png", "32": "\/img\/Icon-32.png", "48": "\/img\/Icon-48.png", "128": "\/img\/Icon-128.png" } } |