darkpanopto
Dark mode Panopto
What is darkpanopto?
darkpanopto is a Chrome extension developed by Montague, and its main feature is "Dark mode Panopto".
Extension Screenshots
Download darkpanopto Extension CRX File
Download darkpanopto 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
Turns ghastly panopto white to dark mode (only ICL) any recommendations send to msm19 (maybe add option for different dark modes)
Extension Basic Information
Name | |
ID | ikaciipfhficehpmjoafjaoagmiieahk |
Official URL | https://chrome.google.com/webstore/detail/darkpanopto/ikaciipfhficehpmjoafjaoagmiieahk |
Description | Dark mode Panopto |
File Size | 17.85 KB |
Installation Count | 45 |
Current Version | 0.0.3 |
Last Updated | 2019-11-19 |
Publish Date | 2019-11-19 |
Rating | 2.50/5 Total 2 Ratings |
Developer | Montague |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "darkpanopto", "description": "Dark mode Panopto", "version": "0.0.3", "author": "Montague", "content_scripts": [ { "matches": [ "*:\/\/imperial.cloud.panopto.eu\/*" ], "js": [ "dp.js" ] } ], "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "64": "icons\/icon-64.png" }, "permissions": [ "activeTab" ] } |