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": "ToolSprite-TikTok\u8fbe\u4eba\u8054\u5efa\u7ad9\u5185\u4fe1\u9ad8\u6548AI\u529e\u516c\u52a9\u624b", "version": "1.3.78", "description": "ToolSprite\u6d4f\u89c8\u5668\u63d2\u4ef6\u662f\u4e00\u6b3e\u8986\u76d6\u6d77\u5916\u7ea2\u4eba\u68c0\u7d22\u3001\u63d0\u4f9b\u667a\u80fd\u7b5b\u9009\u3001\u6279\u91cf\u89e6\u8fbe\u7ea2\u4eba\u3001\u6709\u6548\u8ffd\u8e2a\u68c0\u7d22\u7684\u4ea7\u54c1\uff0c\u5e2e\u52a9\u60a8\u9ad8\u6548\u7684\u4e0e\u7ea2\u4eba\u5efa\u8054\uff0c\u5185\u7f6eAI\u6a21\u677f\u53ef\u63d0\u9ad8\u5efa\u8054\u7387\uff0c\u5feb\u901f\u63d0\u5347\u4e1a\u7ee9\u589e\u957f\u3002", "action": { "default_icon": ".\/assets\/tiktok-logo.png", "default_title": "\u70b9\u6211\u7acb\u5373\u5f00\u59cb~" }, "background": { "service_worker": ".\/dist\/background\/index.mjs" }, "icons": { "16": ".\/assets\/tiktok-logo.png", "48": ".\/assets\/tiktok-logo.png", "128": ".\/assets\/tiktok-logo.png" }, "permissions": [ "tabs", "storage", "activeTab", "downloads", "alarms" ], "host_permissions": [ "*:\/\/*.toolsprite.com\/*", "*:\/\/*.google-analytics.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/affiliate-us.tiktok.com\/*", "*:\/\/affiliate.tiktokglobalshop.com\/*", "https:\/\/affiliate-id.tokopedia.com\/*", "https:\/\/affiliate.tiktok.com\/*", "*:\/\/seller.tiktokglobalshop.com\/*", "https:\/\/seller-id.tokopedia.com\/*", "https:\/\/seller-my.tiktok.com\/*", "https:\/\/seller-ph.tiktok.com\/*", "https:\/\/seller-sg.tiktok.com\/*", "https:\/\/seller-th.tiktok.com\/*", "https:\/\/seller-us.tiktok.com\/*", "https:\/\/seller-vn.tiktok.com\/*" ], "run_at": "document_end", "js": [ "dist\/contentScripts\/index.global.js" ], "css": [ "dist\/contentScripts\/style.css" ] } ], "web_accessible_resources": [ { "resources": [ "dist\/contentScripts\/style.css", "dist\/contentScripts\/index.global.js", "assets\/*" ], "matches": [ "<all_urls>" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } }