Inspect and view changes in Search with 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
{
"version": "1.0.1",
"manifest_version": 2,
"short_name": "swfacebook",
"name": "Search with Youtube™",
"background": {
"page": "lib/chrome/background.html"
},
"permissions": [
"tabs",
"storage",
"<all_urls>",
"contextMenus"
],
"homepage_url": "https://www.downloadhub.cloud/2022/09/search-with-youtube.html",
"description": "Select and search in Youtube with mouse right-click.",
"options_ui": {
"chrome_style": true,
"page": "data/options/options.html"
},
"icons": {
"16": "data/icons/16.png",
"32": "data/icons/32.png",
"48": "data/icons/48.png",
"64": "data/icons/64.png",
"128": "data/icons/128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "{61e19ac7-a048-4a80-8a56-68c4466ac73b}"
}
}
}