BYU Webcams
Displays the current public BYU webcam images.
Что такое BYU Webcams?
BYU Webcams - это расширение Chrome, разработанное BYU Webcams, и его основная функция - "Displays the current public BYU webcam images.".
Снимки экрана расширения
Скачать файл CRX расширения BYU Webcams
Скачайте файлы расширений BYU Webcams в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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) Основная информация о расширении
| Название | |
| ID | popkdjdpaicpdnfpgopjkmhibkngomho |
| Официальный URL | https://chromewebstore.google.com/detail/byu-webcams/popkdjdpaicpdnfpgopjkmhibkngomho |
| Описание | Displays the current public BYU webcam images. |
| Размер файла | 42.23 KB |
| Количество установок | 46 |
| Текущая Версия | 2.7 |
| Последнее Обновление | 2015-12-13 |
| Дата публикации | 2015-12-12 |
| Рейтинг | 5.00/5 Всего 1 оценок |
| Разработчик | BYU Webcams |
| Тип оплаты | free |
| Поддерживаемые языки | 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\/"
]
} | |