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", "default_locale": "zh_TW", "manifest_version": 3, "name": "__MSG_name__", "version": "2.0.1", "description": "__MSG_description__", "icons": { "128": ".\/images\/icon128.png" }, "action": { "default_icon": ".\/images\/icon128.png", "default_title": "__MSG_default_title__" }, "background": { "service_worker": ".\/js\/Background.js" }, "options_ui": { "page": ".\/html\/option.html" }, "permissions": [ "activeTab", "storage", "contextMenus", "offscreen" ] }