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, "version": "7.0.1", "name": "__MSG_extName__", "description": "__MSG_extDescription__", "default_locale": "en", "permissions": [ "storage", "unlimitedStorage", "tabs", "downloads", "identity", "alarms", "offscreen" ], "optional_host_permissions": [ "https:\/\/www.googleapis.com\/*" ], "options_ui": { "page": "options\/index.html", "open_in_tab": true }, "icons": { "16": "icons\/icon_min.png", "64": "icons\/icon.png" }, "background": { "service_worker": "background\/background.js", "type": "module" }, "action": { "default_icon": { "16": "icons\/icon_min.png", "64": "icons\/icon.png" }, "default_popup": "popup\/index.html" }, "commands": { "_execute_action": { "description": "__MSG_openPopupDescription__", "suggested_key": { "default": "Ctrl+Shift+L" } }, "saveAllWindow": { "description": "__MSG_saveAllWindowDescription__" }, "saveCurrentWindow": { "description": "__MSG_saveCurrentWindowDescription__" }, "exportSessions": { "description": "__MSG_exportSessionsDescription__" } }, "incognito": "spanning" }