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文件

下載Web cameras for Chrome擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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