2017-12-23 01:44:41 +00:00
|
|
|
{
|
|
|
|
"manifest_version": 2,
|
|
|
|
"name": "Better Youtube +",
|
2017-12-28 08:12:05 +00:00
|
|
|
"version": "1.1.2",
|
2017-12-23 01:44:41 +00:00
|
|
|
"description": "Enhancements for Youtube to have a better experience.",
|
|
|
|
|
|
|
|
"applications": {
|
|
|
|
"gecko": {
|
|
|
|
"id": "betterYoutube@itdominator.com"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
"permissions": [
|
|
|
|
"activeTab",
|
|
|
|
"*://*.youtube.com/*",
|
|
|
|
"tabs"
|
|
|
|
],
|
|
|
|
|
|
|
|
"icons": {
|
2017-12-23 02:05:00 +00:00
|
|
|
"48": "icons/betterYoutube_48.png",
|
|
|
|
"96": "icons/betterYoutube_96.png"
|
2017-12-23 01:44:41 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
"options_ui": { "page": "pages/options.html" },
|
|
|
|
|
|
|
|
"content_scripts": [ {
|
|
|
|
"matches": ["*://*.youtube.com/watch?v=*"],
|
2017-12-27 11:32:26 +00:00
|
|
|
"js": ["scripts/jquery-3.2.1.min.js", "scripts/betterYoutube.js"],
|
2017-12-23 01:44:41 +00:00
|
|
|
"css": ["styles/betterYoutube.css"],
|
|
|
|
"run_at": "document_end",
|
|
|
|
"all_frames": true
|
|
|
|
}],
|
|
|
|
|
|
|
|
"web_accessible_resources": [
|
|
|
|
"icons/*.png"
|
|
|
|
]
|
|
|
|
|
|
|
|
}
|