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": "__MSG_extName__", "description": "__MSG_extDesc__", "version": "25.3.17", "manifest_version": 3, "homepage_url": "https:\/\/github.com\/hankxdev\/one-click-extensions-manager", "default_locale": "en", "permissions": [ "management", "storage", "sidePanel" ], "minimum_chrome_version": "110", "icons": { "16": "logo.png", "128": "logo.png" }, "action": { "default_icon": "logo.png", "default_popup": "index.html" }, "side_panel": { "default_path": "index.html" }, "options_ui": { "page": "options\/options.html" }, "background": { "service_worker": "background.js", "type": "module" }, "commands": { "_execute_action": [] } }