Web cameras for Chrome

Showing web cameras in Chrome

What is Web cameras for Chrome?

Web cameras for Chrome is a Chrome extension developed by https://travel-cam.net, and its main feature is "Showing web cameras in Chrome".

Extension Screenshots

screenshot

Download Web cameras for Chrome Extension CRX File

Download Web cameras for Chrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Web cameras for Chrome Web cameras for Chrome
ID hggkddbjpepdebhffdjahfhkfjafpkmn
Official URL https://chromewebstore.google.com/detail/web-cameras-for-chrome/hggkddbjpepdebhffdjahfhkfjafpkmn
Description Showing web cameras in Chrome
File Size 769 KB
Installation Count 3,527
Current Version 8.3
Last Updated 2023-12-29
Publish Date 2020-02-07
Rating 3.71/5 Total 24 Ratings
Developer https://travel-cam.net
Email [email protected]
Payment Type free
Extension Website https://travel-cam.net/
Help Page URL https://travel-cam.net/about
Supported Languages 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"
}