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", "manifest_version": 3, "version": "1.5.5", "name": "__MSG_name__", "description": "__MSG_description__", "homepage_url": "https:\/\/chrome.google.com", "default_locale": "zh_CN", "permissions": [ "tabs", "storage" ], "host_permissions": [ "*:\/\/*.temu.com\/*", "*:\/\/*.thunt.ai\/*" ], "icons": { "16": "icon\/16.png", "48": "icon\/16.png", "128": "icon\/16.png" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "js\/content.js" ], "css": [ "css\/main.css" ], "run_at": "document_start" }, { "matches": [ "*:\/\/*.temu.com\/*" ], "css": [ "css\/content.css" ], "run_at": "document_start" } ], "background": { "service_worker": "js\/background.js" }, "action": { "default_icon": "icon\/16.png", "default_title": "popup", "default_popup": "popup.html" }, "web_accessible_resources": [ { "resources": [ "images\/*", "icon\/*", "css\/*" ], "matches": [ "<all_urls>" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; frame-src 'self'; child-src 'self'" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtN4LPXaN6PP7qmIx0AY8bVJOkGFSQrp\/kvOBLN8ikXxtOgiv3hFprGDfTnpWlQQkwrmNwl8E+jBqHuwgWyWhWG5Jtwa9Fp6\/QTC5UpvvfuVeY083Axz6aRS+RXoFzroc3iRp7tN+mUIx0aPwLXG1fpQIPZg\/iz0ONgi3XpnLQHg\/WFSI7o6H9XQ7nuRL1bnTxjOyLRIz9m9Ga0xGYgBoHKAC7kZgQjfOcGmKEFg4uMLzksFXTAFvWmVcXsn\/\/fCQsWw\/4WHMSecbCtKw2zQUZmysCqJFto3K6Wm+duOZnTCkEDn3\/IQI1u51t3\/JvRSZtSj8LPbH1Xa+oNqZn8g2\/QIDAQAB" }