Inspect and view changes in norden-yt 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": "norden-yt",
"version": "0.5resigned1",
"description": "remove recommendations and prevent auto-play of next video on YouTube",
"permissions": [
"storage"
],
"applications": {
"gecko": {
"id": "{9a94e980-d488-4e79-8131-c2e908731fa8}"
}
},
"content_scripts": [
{
"matches": [
"*://www.youtube.com/*"
],
"js": [
"youtube.js"
],
"run_at": "document_idle"
}
]
}