Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Fix incorrect button order in Panopto", "description": "In the lecture recordings with 3 screens, the right and left buttons are missplaced. This extension solves that issue.", "version": "1.2", "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/*.cloud.panopto.eu\/*" ] } ] }