BYU Webcams
Displays the current public BYU webcam images.
Cos'è BYU Webcams?
BYU Webcams è un'estensione di Chrome sviluppata da BYU Webcams, e la sua funzione principale è "Displays the current public BYU webcam images.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione BYU Webcams
Scarica i file di estensione BYU Webcams in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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) Informazioni di Base sull'Estensione
| Nome | |
| ID | popkdjdpaicpdnfpgopjkmhibkngomho |
| URL Ufficiale | https://chromewebstore.google.com/detail/byu-webcams/popkdjdpaicpdnfpgopjkmhibkngomho |
| Descrizione | Displays the current public BYU webcam images. |
| Dimensione del File | 42.23 KB |
| Conteggio Installazioni | 46 |
| Versione Corrente | 2.7 |
| Ultimo Aggiornamento | 2015-12-13 |
| Data di Pubblicazione | 2015-12-12 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | BYU Webcams |
| Tipo di Pagamento | free |
| Lingue Supportate | 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\/"
]
} | |