Inspect and view changes in Search in YouTube 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": "Search in Youtube",
"description": "Select some text, right-click and choose \"Search in YouTube\" in the menu, a new tab will open with the searched text.",
"version": "1.1.2resigned1",
"icons": {
"128": "icon128.png"
},
"permissions": [
"tabs",
"contextMenus",
"http://*/*",
"https://*/*"
],
"background": {
"scripts": [
"background.js"
]
},
"browser_specific_settings": {
"gecko": {
"id": "searchyoutube@searchyoutube.fr"
}
}
}