Web cameras for Chrome

Showing web cameras in Chrome

Cos'è Web cameras for Chrome?

Web cameras for Chrome è un'estensione di Chrome sviluppata da https://travel-cam.net, e la sua funzione principale è "Showing web cameras in Chrome".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Web cameras for Chrome

Scarica i file di estensione Web cameras for Chrome in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Web cameras for Chrome Web cameras for Chrome
ID hggkddbjpepdebhffdjahfhkfjafpkmn
URL Ufficiale https://chromewebstore.google.com/detail/web-cameras-for-chrome/hggkddbjpepdebhffdjahfhkfjafpkmn
Descrizione Showing web cameras in Chrome
Dimensione del File 769 KB
Conteggio Installazioni 3,527
Versione Corrente 8.3
Ultimo Aggiornamento 2023-12-29
Data di Pubblicazione 2020-02-07
Valutazione 3.71/5 Totale 24 Valutazioni
Sviluppatore https://travel-cam.net
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://travel-cam.net/
URL della Pagina di Aiuto https://travel-cam.net/about
Lingue Supportate 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"
}