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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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/ |
| عنوان صفحة المساعدة | 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"
} | |