Birmingham Panopto Keeper
Download Panopto Videos from UoB Panopto
What is Birmingham Panopto Keeper?
Birmingham Panopto Keeper is a Chrome extension developed by Georgesab, and its main feature is "Download Panopto Videos from UoB Panopto".
Extension Screenshots
Download Birmingham Panopto Keeper Extension CRX File
Download Birmingham Panopto Keeper 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
A simple extension for Google Chrome that allows you to download videos from Panopto for later viewing. Only works for the University of Birmingham. HOW TO USE: Navigate to the Panopto video itself you want to download, click the download icon (next to your user picture) and choose where you want the video to be saved. EASY! Based on downloadPanopto by dfaour: https://github.com/dfaour/downloadPanopto Released under GNU General License 3.0, source code available: https://github.com/Georgesab/birmingham_panopto_keeper
Extension Basic Information
Name | |
ID | ijibaeamabpjdgenhlaihchhlfcephdl |
Official URL | https://chrome.google.com/webstore/detail/birmingham-panopto-keeper/ijibaeamabpjdgenhlaihchhlfcephdl |
Description | Download Panopto Videos from UoB Panopto |
File Size | 18.16 KB |
Installation Count | 390 |
Current Version | 1.0.1 |
Last Updated | 2019-02-25 |
Publish Date | 2019-02-25 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Georgesab |
Payment Type | free |
Extension Website | https://github.com/Georgesab/birmingham_panopto_keeper |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Birmingham Panopto Keeper", "version": "1.0.1", "description": "Download Panopto Videos from UoB Panopto", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "download-icon-grey.png" }, "content_scripts": [ { "matches": [ "https:\/\/bham.cloud.panopto.eu\/*" ], "js": [ "payload.js" ] } ], "permissions": [ "activeTab", "downloads" ] } |