Web cameras for Chrome

Showing web cameras in Chrome

Web cameras for Chrome란 무엇입니까?

Web cameras for Chrome은(는) https://travel-cam.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Showing web cameras in Chrome"입니다.

확장 프로그램 스크린샷

screenshot

Web cameras for Chrome 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Show different webcams from the catalog, from site https://travel-cam.net
Pay attention to the fact that when there is a small preview of the picture is there on time does not match the current one. To see the current image from a web camera, you press the view button. You can press on the notification or on the blue icon of the extension on the extension panel.                    

확장 프로그램 기본 정보

이름 Web cameras for Chrome Web cameras for Chrome
ID hggkddbjpepdebhffdjahfhkfjafpkmn
공식 URL https://chromewebstore.google.com/detail/web-cameras-for-chrome/hggkddbjpepdebhffdjahfhkfjafpkmn
설명 Showing web cameras in Chrome
파일 크기 769 KB
설치 횟수 3,527
현재 버전 8.3
최근 업데이트 2023-12-29
출시 날짜 2020-02-07
평점 3.71/5 총 24 개의 평점
개발자 https://travel-cam.net
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://travel-cam.net/
도움말 페이지 URL https://travel-cam.net/about
지원되는 언어 en,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name_local__",
    "version": "8.3",
    "default_locale": "en",
    "description": "__MSG_descr_local__",
    "host_permissions": [
        "https:\/\/travel-cam.net\/"
    ],
    "permissions": [
        "notifications",
        "storage",
        "alarms"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "__MSG_popup_local__"
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "options_page": "options.html"
}