BYU Webcams
Displays the current public BYU webcam images.
Was ist BYU Webcams?
BYU Webcams ist eine Chrome-Erweiterung, die von BYU Webcams entwickelt wurde, und ihr Hauptmerkmal ist "Displays the current public BYU webcam images.".
Erweiterungsscreenshots
BYU Webcams-Erweiterungs-CRX-Datei herunterladen
Laden Sie BYU Webcams-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
View many of the public BYU webcam with just a click of the mouse. The images update often, so feel free to sit back and watch.
Webcam images include:
BYU Testing Center
2 Mountain Cameras
BYU Broadcasting Building
2 Views from the Widstoe of Construction on the new Building
signature card center (near BYU Jamba Juice) Grundlegende Informationen zur Erweiterung
| Name | |
| ID | popkdjdpaicpdnfpgopjkmhibkngomho |
| Offizielle URL | https://chromewebstore.google.com/detail/byu-webcams/popkdjdpaicpdnfpgopjkmhibkngomho |
| Beschreibung | Displays the current public BYU webcam images. |
| Dateigröße | 42.23 KB |
| Installationsanzahl | 46 |
| Aktuelle Version | 2.7 |
| Letztes Update | 2015-12-13 |
| Veröffentlichungsdatum | 2015-12-12 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | BYU Webcams |
| Zahlungsart | free |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "BYU Webcams",
"short_name": "BYU Webcams",
"version": "2.7",
"manifest_version": 2,
"offline_enabled": false,
"description": "Displays the current public BYU webcam images.",
"browser_action": {
"default_title": "BYU Webcams",
"default_icon": "favicon.ico",
"default_popup": "index.html"
},
"icons": {
"128": "favicon.ico",
"256": "favicon.ico"
},
"permissions": [
"https:\/\/soaregistry.byu.edu\/services\/campusInformation\/webcam\/v1\/streams\/"
]
} | |