Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Full Screen for Google Chrome 2.0",
"description": "Turn to full-screen while watching a video\/movie in one single click.",
"version": "1.0.0",
"manifest_version": 3,
"icons": {
"16": "logo\/logo-16-new.png",
"128": "logo\/logo-128-new.png"
},
"action": [],
"background": {
"service_worker": ".\/background.js"
},
"permissions": [
"tabs",
"contextMenus"
],
"host_permissions": [
"https:\/\/*\/*",
"http:\/\/*\/*"
]
}