Inspect and view changes in YouSpeed 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,
"author": "Elisha Hollander",
"name": "YouSpeed",
"version": "1",
"description": "Use it at YouTube to speed up a video more than twice the normal speed",
"homepage_url": "https://github.com/donno2048/YouSpeed",
"icons": {
"21": "icon.png"
},
"browser_action": {
"default_popup": "popup.html"
},
"permissions": [
"storage",
"tabs",
"*://*.YouTube.com/*"
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}