Inspect and view changes in Udemy™ Faster Autoplay source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "Udemy™ Faster Autoplay",
"version": "0.2",
"description": "Removes the 3-second delay before autoplaying the next video.",
"author": "Elliot Waite",
"icons": {
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"*://*.udemy.com/*"
],
"js": [
"lib/jquery-3.6.0.min.js",
"content-script.js"
],
"run_at": "document_end"
}
]
}