Inspect and view changes in ytLiveSearch 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": "ytLiveSearch",
"description": "Adds livesearch to youtube!",
"version": "0.92resigned1",
"author": "Bartu Dernek",
"content_scripts": [
{
"matches": [
"*://*.youtube.com/*"
],
"css": [
"stylees.css",
"jquery-ui.min.css",
"jquery.webui-popover.css"
],
"js": [
"jquery.js",
"jquery.webui-popover.js",
"js-cookie.js",
"moment.js",
"moment-duration.js",
"jquery-ui.min.js",
"injects.js",
"ytExtSearch.js"
]
}
],
"web_accessible_resources": [
"settings.png",
"stylees.css",
"jquery.webui-popover.css",
"jquery-ui.min.css",
"jquery.js",
"js-cookie.js",
"moment.js",
"moment-duration.js",
"jquery.webui-popover.js",
"jquery-ui.min.js",
"injects.js",
"toggle.html",
"index.html",
"ytExtSearch.js"
],
"icons": {
"48": "icons/3.jpeg",
"128": "icons/7.jpeg"
},
"permissions": [
"*://*.googleapis.com/*"
],
"browser_specific_settings": {
"gecko": {
"id": "{e5c69948-c31f-469c-902c-cdd6948c8587}"
}
}
}