Web cameras for Chrome

Showing web cameras in Chrome

Co to jest Web cameras for Chrome?

Web cameras for Chrome to rozszerzenie Chrome opracowane przez https://travel-cam.net, a jego główną funkcją jest „Showing web cameras in Chrome”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Web cameras for Chrome

Pobierz pliki rozszerzeń Web cameras for Chrome w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Web cameras for Chrome Web cameras for Chrome
ID hggkddbjpepdebhffdjahfhkfjafpkmn
Oficjalny URL https://chromewebstore.google.com/detail/web-cameras-for-chrome/hggkddbjpepdebhffdjahfhkfjafpkmn
Opis Showing web cameras in Chrome
Rozmiar pliku 769 KB
Liczba instalacji 3,527
Aktualna Wersja 8.3
Ostatnia Aktualizacja 2023-12-29
Data Publikacji 2020-02-07
Ocena 3.71/5 Łącznie 24 Oceny
Deweloper https://travel-cam.net
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://travel-cam.net/
Adres URL Strony Pomocy https://travel-cam.net/about
Obsługiwane Języki 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"
}