BYU Webcams
Displays the current public BYU webcam images.
什么是BYU Webcams?
BYU Webcams是由BYU Webcams开发的Chrome扩展程序,该扩展的主要功能是“Displays the current public BYU webcam images.”。
扩展截图
下载BYU Webcams扩展crx文件
下载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\/"
]
} | |