Inspect and view changes in Global Music Hotkeys Helper 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
{
"name": "Global Music Hotkeys Helper",
"description": "Global Music Hotkeys Helper",
"version": "1.5",
"content_scripts": [
{
"matches": [
"*://*.youtube.com/*",
"*://open.spotify.com/*",
"*://*.bandcamp.com/*",
"*://*.4channel.org/*/thread/*",
"*://coub.com/*"
],
"js": [
"jquery-3.1.1.js",
"helper.js"
]
}
],
"manifest_version": 2
}