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": " GoTip", "description": "GoTip Chrome \u62e1\u5f35\u6a5f\u80fd", "version": "1.3.1", "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/index.tsx-loader-49501f39.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*" ] } ], "options_ui": { "page": "options\/options.html", "open_in_tab": true }, "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "\/images\/*", "ContentFrame\/index.html" ], "use_dynamic_url": false }, { "matches": [ "file:\/\/\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "resources": [ "assets\/chunk-031b6d92.js", "assets\/chunk-efc0ebf8.js", "assets\/chunk-042e6b4d.js", "assets\/chunk-6184a73e.js", "assets\/chunk-af72fae2.js", "assets\/chunk-d8bb41d6.js" ], "use_dynamic_url": false } ], "action": { "default_popup": "popup\/popup.html", "default_icon": { "16": "images\/extension_16.png", "32": "images\/extension_32.png", "48": "images\/extension_48.png", "128": "images\/extension_128.png" } }, "icons": { "16": "images\/extension_16.png", "32": "images\/extension_32.png", "48": "images\/extension_48.png", "128": "images\/extension_128.png" }, "permissions": [ "storage", "tabs" ] }