Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 15, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Nox - TikTok Shop DM Automation", "description": "With this tool, you can invite them to promote your products and use their influence to increase sales and achieve rapid growth.", "version": "0.7.3", "icons": { "16": "noxinfluencer_16.png", "48": "noxinfluencer_48.png", "128": "noxinfluencer_128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "noxinfluencer_16.png", "48": "noxinfluencer_48.png", "128": "noxinfluencer_128.png" }, "default_title": "NoxInfluencer", "default_popup": ".\/dist\/index.html" }, "content_scripts": [ { "matches": [ "https:\/\/affiliate-us.tiktok.com\/*", "https:\/\/affiliate.tiktokglobalshop.com\/*", "https:\/\/affiliate.tiktok.com\/*", "https:\/\/mssdk-va.byteoversea.com\/web\/report" ], "js": [ "content_script.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "injected.js" ], "matches": [ "https:\/\/affiliate-us.tiktok.com\/*", "https:\/\/affiliate.tiktokglobalshop.com\/*", "https:\/\/affiliate.tiktok.com\/*" ] } ], "host_permissions": [ "https:\/\/affiliate-us.tiktok.com\/*", "https:\/\/affiliate.tiktokglobalshop.com\/*", "https:\/\/affiliate.tiktok.com\/*", "*:\/\/*.noxinfluencer.com\/*" ], "permissions": [ "tabs", "activeTab", "scripting", "storage", "webNavigation", "webRequest", "debugger", "notifications", "alarms" ] }