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": "Udemy Speedrun",
"author": "NightStranger",
"description": "\u26a1\ufe0f Autoskip lectures \/ videos at Udemy \u26a1\ufe0f",
"version": "1.1",
"content_scripts": [
{
"matches": [
"https:\/\/udemy.com\/course\/**\/learn\/*",
"https:\/\/*.udemy.com\/course\/**\/learn\/*"
],
"js": [
"content.js"
],
"run_at": "document_start"
}
],
"permissions": [
"storage"
],
"icons": {
"128": "icons\/logo.png"
},
"action": {
"default_icon": "icons\/logo.png",
"default_popup": "popup.html"
}
}