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_AppName__", "description": "__MSG_AppDesc__", "version": "1.3.0", "manifest_version": 3, "background": { "service_worker": "background-wrapper.js" }, "options_page": "options.html", "default_locale": "zh_TW", "permissions": [ "storage", "activeTab", "contextMenus" ], "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "lib\/TypeAhead.js", "lib\/jquery-ui.min.js", "lib\/jquery-3.6.4.min.js", "lib\/bootstrap.min.js" ] } ], "externally_connectable": { "matches": [ "https:\/\/tw.rter.info\/capi.php" ] }, "host_permissions": [ "https:\/\/tw.rter.info\/" ], "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content.js" ], "css": [ "content.css" ] } ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/16x16.png", "32": "\/images\/32x32.png", "48": "\/images\/48x48.png", "128": "\/images\/128x128.png" } }, "icons": { "16": "\/images\/16x16.png", "32": "\/images\/32x32.png", "48": "\/images\/48x48.png", "128": "\/images\/128x128.png" } }