Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "YouTube Windowed FullScreen Pro",
"version": "1.0.0",
"description": "One click to go full screen, or windowed!",
"icons": {
"16": "icons\/fullscreen.png",
"48": "icons\/fullscreen.png",
"128": "icons\/fullscreen.png"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"permissions": [
"scripting",
"storage"
],
"host_permissions": [
"*:\/\/youtube.com\/*",
"*:\/\/www.youtube.com\/*"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.youtube.com\/*"
],
"css": [
"ytif_style.css"
],
"js": [
"ytif_content_script.js"
]
}
],
"action": {
"default_name": "Fullscreen!",
"default_icon": "icons\/fullscreen.png",
"default_popup": ".\/settings\/settings.html"
},
"manifest_version": 3
}