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": "\u8de8\u5883\u5c0f\u52a9\u624b", "version": "1.4", "description": "\u8de8\u5883\u5c0f\u52a9\u624b", "icons": { "16": "icon\/icon16.png", "32": "icon\/icon32.png", "48": "icon\/icon48.png", "128": "icon\/icon128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "tabs", "cookies", "scripting", "browsingData", "action", "windows" ], "host_permissions": [ "https:\/\/*.kuajingmaihuo.com\/*", "https:\/\/*.temu.com\/*", "https:\/\/*.wandonglai.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.kuajingmaihuo.com\/*" ], "js": [ "content.js" ] } ], "web_accessible_resources": [ { "resources": [ "popup.html" ], "matches": [ "https:\/\/*.kuajingmaihuo.com\/*" ] } ], "action": [] }