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": "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": "1.8.7",
"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:\/\/affiliate.tiktokshopglobalselling.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\/*",
"https:\/\/affiliate.tiktokshopglobalselling.com\/*"
]
}
],
"host_permissions": [
"https:\/\/affiliate-us.tiktok.com\/*",
"https:\/\/affiliate.tiktokglobalshop.com\/*",
"https:\/\/affiliate.tiktok.com\/*",
"https:\/\/affiliate.tiktokshopglobalselling.com\/*",
"*:\/\/*.noxinfluencer.com\/*"
],
"permissions": [
"tabs",
"activeTab",
"scripting",
"storage",
"webNavigation",
"webRequest",
"debugger",
"notifications",
"alarms"
]
}