BYU Webcams

Displays the current public BYU webcam images.

What is BYU Webcams?

BYU Webcams is a Chrome extension developed by BYU Webcams, and its main feature is "Displays the current public BYU webcam images.".

Extension Screenshots

screenshot

Download BYU Webcams Extension CRX File

Download BYU Webcams extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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)                    

Extension Basic Information

Name BYU Webcams BYU Webcams
ID popkdjdpaicpdnfpgopjkmhibkngomho
Official URL https://chromewebstore.google.com/detail/byu-webcams/popkdjdpaicpdnfpgopjkmhibkngomho
Description Displays the current public BYU webcam images.
File Size 42.23 KB
Installation Count 46
Current Version 2.7
Last Updated 2015-12-13
Publish Date 2015-12-12
Rating 5.00/5 Total 1 Ratings
Developer BYU Webcams
Payment Type free
Supported Languages 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\/"
    ]
}