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",
"manifest_version": 3,
"name": "Chrome Close Lock",
"version": "2.2509.30.0",
"version_name": "Ver. 2.1 - Sep 30 2025 - Rev. 0",
"description": "Prevent Chrome from closing without warning.",
"icons": {
"16": "images\/lock-icon16.png",
"48": "images\/lock-icon48.png",
"128": "images\/lock-icon128.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/lock-icon16.png",
"48": "images\/lock-icon48.png",
"128": "images\/lock-icon128.png"
}
},
"permissions": [
"tabs",
"storage",
"management"
],
"web_accessible_resources": [
{
"resources": [
"ccl.html"
],
"matches": [
"<all_urls>"
]
}
],
"background": {
"service_worker": "background.js"
},
"minimum_chrome_version": "88",
"options_ui": {
"page": "settings.html",
"open_in_tab": true
},
"incognito": "split"
}