Camera Test

Camera Test. The webcam video is generated locally by your browser and will not be sent to the server.

Vad är Camera Test?

Camera Test är en Chrome-tillägg utvecklad av RoofTile, och dess huvudfunktion är "Camera Test. The webcam video is generated locally by your browser and will not be sent to the server.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Camera Test-förlängningens CRX-fil

Ladda ner Camera Test-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Camera Test Camera Test
ID bheeolhnhdnpaoihejafihakdcflaofg
Officiell webbadress https://chromewebstore.google.com/detail/camera-test/bheeolhnhdnpaoihejafihakdcflaofg
Beskrivning Camera Test. The webcam video is generated locally by your browser and will not be sent to the server.
Filstorlek 22.51 KB
Antal Installationer 1,000
Aktuell Version 0.0.0.1
Senast Uppdaterad 2022-07-07
Publiceringsdatum 2022-07-07
Utvecklare RoofTile
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}