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": "More Better Ctrl-W", "version": "1.0.3", "author": "[email protected]", "icons": { "128": "icons\/128.png" }, "description": "Avoid closing tabs with <Ctrl-W>, which developers commonly use to Delete Back Word.", "incognito": "spanning", "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "activeTab", "scripting" ], "commands": { "close-highlighted-windows": { "description": "Close highlighted tabs" }, "do-nothing": { "description": "Do absolutely nothing" }, "deleteBackWord": { "description": "Delete back word" } } }