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": "Udemy voice over", "version": "0.0.3", "manifest_version": 2, "description": "Speech voice over Udemy course", "homepage_url": "https:\/\/github.com\/pin-cnx\/udemy-voice-over", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "permissions": [ "storage", "https:\/\/www.udemy.com\/course\/*" ], "options_page": "options.html", "content_scripts": [ { "matches": [ "https:\/\/www.udemy.com\/course\/*" ], "js": [ "js\/jquery\/jquery.js", "src\/inject\/inject.js" ] } ] }