Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Mar 07, 2026.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Extreme Productivity Booster XL Pro",
"version": "9.99.0",
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"author": "Hristiyan Dodov",
"description": "Greatly improves productivity and the quality of life in general by not allowing you to close tabs.",
"permissions": [
"tabs"
],
"browser_action": {
"default_icon": "icons\/16.png"
},
"background": {
"scripts": [
"script.js"
]
}
}