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": "__MSG_manifest_name__", "description": "__MSG_manifest_description__", "version": "1.27.0", "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "64": "icon-64.png", "128": "icon-128.png" }, "default_locale": "zh_CN", "permissions": [ "tabs", "storage", "sidePanel" ], "host_permissions": [ "https:\/\/*\/*" ], "browser_specific_settings": { "gecko": { "id": "{bc73541a-133d-4b50-b261-36ea20df0d24}" } }, "commands": { "_execute_sidebar_action": { "description": "__MSG_manifest_commands_sidebar_action__" }, "_execute_browser_action": { "description": "__MSG_manifest_commands_browser_action__" } }, "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "64": "icon-64.png", "128": "icon-128.png" }, "default_title": "All API Hub", "default_popup": "popup.html" }, "options_ui": { "page": "options.html" }, "side_panel": { "default_path": "sidepanel.html" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content-scripts\/content.js" ] } ] }