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": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "version": "2.3.18", "icons": { "48": "icon\/48.png", "128": "icon\/128.png" }, "default_locale": "en", "permissions": [ "tabs", "scripting", "storage", "downloads", "offscreen", "declarativeNetRequestWithHostAccess", "cookies", "sidePanel" ], "minimum_chrome_version": "116", "host_permissions": [ "https:\/\/talent-marketing-api-beta.aiwaifu.top\/*", "https:\/\/talent-marketing-api.aiwaifu.top\/*" ], "optional_host_permissions": [ "*:\/\/*.tiktokglobalshop.com\/*", "*:\/\/*.tiktok.com\/*", "*:\/\/*.tiktokshop.com\/*", "https:\/\/docs.google.com\/*" ], "optional_permissions": [ "history" ], "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval' http:\/\/localhost:3000 http:\/\/localhost:3001; object-src 'self'" }, "background": { "service_worker": "background.js" }, "side_panel": { "default_path": "Main.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.instagram.com\/*", "https:\/\/www.tiktok.com\/*", "https:\/\/www.youtube.com\/*" ], "run_at": "document_end", "css": [ "content-scripts\/KOLInfoCard.css" ], "js": [ "content-scripts\/Entrypoint.js", "content-scripts\/KOLInfoCard.js" ] }, { "matches": [ "https:\/\/www.instagram.com\/*" ], "run_at": "document_start", "css": [ "content-scripts\/InstagramEarlyScript.css" ], "js": [ "content-scripts\/InstagramEarlyScript.js" ], "world": "MAIN" }, { "matches": [ "https:\/\/www.tiktok.com\/@*", "https:\/\/www.tiktok.com\/search*", "https:\/\/www.tiktok.com\/tag\/*" ], "run_at": "document_end", "js": [ "content-scripts\/TikTokService.js" ] }, { "matches": [ "https:\/\/www.tiktok.com\/*" ], "run_at": "document_start", "css": [ "content-scripts\/TiktokEarlyScript.css" ], "js": [ "content-scripts\/TiktokEarlyScript.js" ], "world": "MAIN" }, { "matches": [ "https:\/\/www.youtube.com\/*" ], "run_at": "document_start", "js": [ "content-scripts\/YoutubeEarlyScript.js" ] } ], "web_accessible_resources": [ { "resources": [ "content-scripts\/Entrypoint.css" ], "matches": [ "https:\/\/www.instagram.com\/*", "https:\/\/www.tiktok.com\/*", "https:\/\/www.youtube.com\/*" ] }, { "resources": [ "content-scripts\/TikTokService.css" ], "matches": [ "https:\/\/www.tiktok.com\/*", "https:\/\/www.tiktok.com\/*", "https:\/\/www.tiktok.com\/*" ] } ] }