Web cameras for Chrome
Showing web cameras in Chrome
Что такое Web cameras for Chrome?
Web cameras for Chrome - это расширение Chrome, разработанное https://travel-cam.net, и его основная функция - "Showing web cameras in Chrome".
Снимки экрана расширения
Скачать файл CRX расширения Web cameras for Chrome
Скачайте файлы расширений Web cameras for Chrome в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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. Основная информация о расширении
| Название | |
| ID | hggkddbjpepdebhffdjahfhkfjafpkmn |
| Официальный URL | https://chromewebstore.google.com/detail/web-cameras-for-chrome/hggkddbjpepdebhffdjahfhkfjafpkmn |
| Описание | Showing web cameras in Chrome |
| Размер файла | 769 KB |
| Количество установок | 3,527 |
| Текущая Версия | 8.3 |
| Последнее Обновление | 2023-12-29 |
| Дата публикации | 2020-02-07 |
| Рейтинг | 3.71/5 Всего 24 оценок |
| Разработчик | https://travel-cam.net |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://travel-cam.net/ |
| URL страницы помощи | https://travel-cam.net/about |
| Поддерживаемые языки | 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"
} | |