Web cameras for Chrome

Showing web cameras in Chrome

Apa itu Web cameras for Chrome?

Web cameras for Chrome adalah ekstensi Chrome yang dikembangkan oleh https://travel-cam.net, dan fitur utamanya adalah "Showing web cameras in Chrome".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Web cameras for Chrome

Unduh file ekstensi Web cameras for Chrome dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Web cameras for Chrome Web cameras for Chrome
ID hggkddbjpepdebhffdjahfhkfjafpkmn
URL Resmi https://chromewebstore.google.com/detail/web-cameras-for-chrome/hggkddbjpepdebhffdjahfhkfjafpkmn
Deskripsi Showing web cameras in Chrome
Ukuran File 769 KB
Jumlah Instalasi 3,527
Versi Saat Ini 8.3
Terakhir Diperbarui 2023-12-29
Tanggal Publikasi 2020-02-07
Penilaian 3.71/5 Total 24 Penilaian
Pengembang https://travel-cam.net
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://travel-cam.net/
URL Halaman Bantuan https://travel-cam.net/about
Bahasa yang Didukung 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"
}