Adds an image gallery to YouTube website it lets you view and save YouTube High Resolution Images.
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": "YouTube Gallery",
"version": "1.1resigned1",
"author": "jsdeveloper",
"description": "View and save Youtube Images",
"icons": {
"200": "icon.png"
},
"content_scripts": [
{
"matches": [
"*://*.youtube.com/*"
],
"js": [
"utid-popup.js"
],
"css": [
"utid-style.css"
]
}
],
"permissions": [
"activeTab"
],
"browser_specific_settings": {
"gecko": {
"id": "{ce30468f-fcf4-4e29-ba4e-4312ebf205d0}"
}
}
}