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": "Shopee\u9009\u54c1\u52a9\u624b - \u514d\u8d39\u867e\u76ae\u9009\u54c1\u4e0e\u6570\u636e\u5206\u6790", "version": "2.0.1", "description": "\u6c38\u4e45\u514d\u8d39\u7684Shopee\u9009\u54c1\u6570\u636e\u4e0e\u5206\u6790\u5de5\u5177\uff0c\u6570\u636e\u66f4\u7cbe\u51c6\u3002\u5b98\u65b9\u7f51\u7ad9\uff1axiapishuju.com", "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_title": "Shopee\u9009\u54c1\u52a9\u624b", "default_popup": "popup.html" }, "permissions": [ "contextMenus", "cookies", "storage", "activeTab", "webNavigation", "scripting", "declarativeNetRequest", "declarativeNetRequestFeedback", "declarativeNetRequestWithHostAccess", "browsingData" ], "host_permissions": [ "<all_urls>" ], "content_scripts": [ { "matches": [ "*:\/\/xiapi.xiapibuy.com\/*", "*:\/\/shopee.tw\/*", "*:\/\/*.shopee.tw\/*", "*:\/\/my.xiapibuy.com\/*", "*:\/\/shopee.com.my\/*", "*:\/\/*.shopee.com.my\/*", "*:\/\/th.xiapibuy.com\/*", "*:\/\/shopee.co.th\/*", "*:\/\/*.shopee.co.th\/*", "*:\/\/sg.xiapibuy.com\/*", "*:\/\/shopee.sg\/*", "*:\/\/*.shopee.sg\/*", "*:\/\/ph.xiapibuy.com\/*", "*:\/\/shopee.ph\/*", "*:\/\/*.shopee.ph\/*", "*:\/\/vn.xiapibuy.com\/*", "*:\/\/shopee.vn\/*", "*:\/\/*.shopee.vn\/*", "*:\/\/br.xiapibuy.com\/*", "*:\/\/shopee.com.br\/*", "*:\/\/*.shopee.com.br\/*", "*:\/\/mx.xiapibuy.com\/*", "*:\/\/shopee.com.mx\/*", "*:\/\/*.shopee.com.mx\/*", "*:\/\/id.xiapibuy.com\/*", "*:\/\/shopee.co.id\/*", "*:\/\/*.shopee.co.id\/*", "*:\/\/co.xiapibuy.com\/*", "*:\/\/shopee.com.co\/*", "*:\/\/*.shopee.com.co\/*", "*:\/\/cl.xiapibuy.com\/*", "*:\/\/shopee.cl\/*", "*:\/\/*.shopee.cl\/*", "*:\/\/shopee.cn\/*", "*:\/\/*.shopee.cn\/*" ], "all_frames": true, "run_at": "document_start", "js": [ "shopeeContentScript.js" ], "css": [ "shopeeContentScript.css" ] }, { "matches": [ "*:\/\/*.shein.com\/*", "*:\/\/*.shein.com.hk\/*", "*:\/\/*.shein.com.vn\/*", "*:\/\/*.shein.co.uk\/*", "*:\/\/*.shein.in\/*", "*:\/\/*.shein.tw\/*", "*:\/\/*.shein.com.mx\/*" ], "run_at": "document_start", "js": [ "sheinContentScript.js" ], "css": [ "sheinContentScript.css" ] }, { "matches": [ "*:\/\/*.xiapishuju.com\/*", "*:\/\/*.geekbi.com\/*", "*:\/\/*.geekbi.cn\/*", "*:\/\/localhost\/*" ], "all_frames": true, "run_at": "document_end", "js": [ "apiContentScript.js" ] }, { "matches": [ "*:\/\/*.alisold.com\/*", "*:\/\/localhost\/*" ], "all_frames": true, "run_at": "document_end", "js": [ "alisoldContentScript.js" ] }, { "matches": [ "<all_urls>" ], "all_frames": true, "run_at": "document_end", "js": [ "unionContentScript.js" ] }, { "matches": [ "*:\/\/*.1688.com\/*" ], "run_at": "document_end", "js": [ "alibabaContentScript.js" ] } ], "web_accessible_resources": [ { "resources": [ "sheinInject.js", "apiInject.js", "shopeeInject.js" ], "matches": [ "<all_urls>" ] }, { "resources": [ "assets\/img\/logo.svg", "popup.css", "unionContentScript.css", "shopeeContentScript.css" ], "matches": [ "<all_urls>" ] } ] }