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", "name": "iPanopto", "description": "Panopto video downloader", "version": "1.0", "manifest_version": 3, "icons": { "128": "iPanopto.png" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content.js" ] } ], "action": { "default_popup": "popup.html" }, "permissions": [ "downloads", "tabs" ] }