Web cameras for Chrome

Showing web cameras in Chrome

Qu'est-ce que Web cameras for Chrome ?

Web cameras for Chrome est une extension Chrome développée par https://travel-cam.net, et sa fonction principale est "Showing web cameras in Chrome".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Web cameras for Chrome

Téléchargez les fichiers d'extension Web cameras for Chrome au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Web cameras for Chrome Web cameras for Chrome
ID hggkddbjpepdebhffdjahfhkfjafpkmn
URL Officiel https://chromewebstore.google.com/detail/web-cameras-for-chrome/hggkddbjpepdebhffdjahfhkfjafpkmn
Description Showing web cameras in Chrome
Taille du Fichier 769 KB
Nombre d'Installations 3,527
Version Actuelle 8.3
Dernière Mise à Jour 2023-12-29
Date de Publication 2020-02-07
Évaluation 3.71/5 Total 24 Évaluations
Développeur https://travel-cam.net
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://travel-cam.net/
URL de la Page d'Aide https://travel-cam.net/about
Langues Prises en Charge 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"
}