Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Panopto Custom Speed", "version": "3.5.1", "description": "Allows you to set custom speeds on Panopto. Useful for University Students.", "icons": { "512": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.panopto.com\/*", "https:\/\/*.panopto.eu\/*" ], "js": [ "content.js" ] } ], "action": { "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "storage", "identity" ], "oauth2": { "client_id": "226457587386-qg8stvnq9j3fs772lvghutrkk05icc7v.apps.googleusercontent.com", "scopes": [ "email" ] } }