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 |
官方網址 | 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" } } |