Web cameras for Chrome
Showing web cameras in Chrome
Vad är Web cameras for Chrome?
Web cameras for Chrome är en Chrome-tillägg utvecklad av https://travel-cam.net, och dess huvudfunktion är "Showing web cameras in Chrome".
Tilläggsskärmbilder
Ladda ner Web cameras for Chrome-förlängningens CRX-fil
Ladda ner Web cameras for Chrome-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | hggkddbjpepdebhffdjahfhkfjafpkmn |
| Officiell webbadress | https://chromewebstore.google.com/detail/web-cameras-for-chrome/hggkddbjpepdebhffdjahfhkfjafpkmn |
| Beskrivning | Showing web cameras in Chrome |
| Filstorlek | 769 KB |
| Antal Installationer | 3,527 |
| Aktuell Version | 8.3 |
| Senast Uppdaterad | 2023-12-29 |
| Publiceringsdatum | 2020-02-07 |
| Betyg | 3.71/5 Totalt 24 Betyg |
| Utvecklare | https://travel-cam.net |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://travel-cam.net/ |
| Hjälpsida URL | https://travel-cam.net/about |
| Stödda Språk | 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"
} | |