30 lines
603 B
JSON
30 lines
603 B
JSON
{
|
|
|
|
"manifest_version": 2,
|
|
"name": "Ultrawidify",
|
|
"version": "0.9.6",
|
|
|
|
"description": "Aspect ratio fixer for youtube that works around some people's disability to properly encode 21:9 (and sometimes, 16:9) videos.",
|
|
|
|
|
|
"content_scripts": [
|
|
{
|
|
"matches": ["<all_urls>"],
|
|
"js": [ "js/jquery.js", "js/uw.js" ],
|
|
"all_frames": true
|
|
}
|
|
],
|
|
|
|
"permissions": [
|
|
"tabs", "activeTab", "*://*.youtube.com/*", "*://youtube.com/*"
|
|
],
|
|
|
|
"web_accessible_resources": [
|
|
"img/zoom.png",
|
|
"img/uzoom.png",
|
|
"img/fitw.png",
|
|
"img/fith.png",
|
|
"img/reset.png"
|
|
]
|
|
}
|