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_name__", "version": "1.6.13", "short_name": "__MSG_short_name__", "description": "__MSG_description__", "manifest_version": 3, "action": { "default_icon": { "16": "img\/logo_16x16.png", "24": "img\/logo_24x24.png", "32": "img\/logo_32x32.png" }, "default_title": "__MSG_short_name__", "default_popup": "popup.html" }, "default_locale": "en", "icons": { "16": "img\/logo_16x16.png", "32": "img\/logo_32x32.png", "48": "img\/logo_48x48.png", "128": "img\/logo_128x128.png" }, "background": { "service_worker": "js\/bg.js", "type": "module" }, "content_scripts": [], "options_page": "options.html", "side_panel": { "default_path": "sidebar.html" }, "permissions": [ "tabs", "scripting", "activeTab", "storage", "offscreen", "sidePanel", "declarativeNetRequestWithHostAccess", "contextMenus", "cookies", "favicon" ], "optional_permissions": [ "bookmarks", "readingList", "tabGroups" ], "host_permissions": [ "<all_urls>" ], "minimum_chrome_version": "111", "commands": { "toggleOpenSidebar": { "suggested_key": { "default": "Alt+S" }, "description": "__MSG_toggle_sidebar__" }, "togglePipMinimize": { "suggested_key": { "default": "Ctrl+Shift+1" }, "description": "__MSG_toggle_minimize_desc__", "global": true } }, "omnibox": { "keyword": "ac" }, "web_accessible_resources": [ { "resources": [ "\/js\/*", "\/assets\/*", "\/img\/*", "\/locales\/*", "sidebar.html", "logo.svg" ], "matches": [ "<all_urls>" ], "use_dynamic_url": false } ], "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'" } }