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": "Coursera Additional Video Shortcuts", "version": "1.0.0", "description": "Chrome extension that registers additional keyboard shortcuts to the Coursera video player", "author": "Diego de Blas Mateo", "icons": { "16": "coursera-extra-video-shortcuts-icon-16x16.png", "48": "coursera-extra-video-shortcuts-icon-48x48.png", "128": "coursera-extra-video-shortcuts-icon-128x128.png" }, "content_scripts": [ { "world": "MAIN", "js": [ "app.js" ], "matches": [ "https:\/\/www.coursera.org\/*" ], "run_at": "document_end" } ] }