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",
"manifest_version": 3,
"name": "Auto Full Screen for Tabs & Videos",
"version": "2.0.3",
"description": "Toggle tab full screen by placing the cursor at the top. Toggle video full screen video by pressing play & pause.",
"permissions": [
"storage",
"scripting",
"windows",
"tabs",
"alarms"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_title": "Super Full Screen Settings"
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"web_accessible_resources": [
{
"resources": [
"images\/*.png"
],
"matches": [
"<all_urls>"
]
}
]
}