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",
"name": "TikTok Leads",
"version": "3.4.39",
"description": "Using AI generate leads on TikTok like a Pro! The ultimate Chrome extension for auto-reactions, comments, messaging, and more!",
"manifest_version": 3,
"incognito": "split",
"icons": {
"128": "assets\/icons\/icon.png"
},
"action": {
"default_icon": "assets\/icons\/icon.png",
"default_popup": "index.html"
},
"background": {
"service_worker": "scripts\/background.js",
"type": "module"
},
"permissions": [
"tabs",
"storage",
"identity",
"scripting",
"notifications",
"clipboardRead"
],
"host_permissions": [
"https:\/\/www.tiktok.com\/*",
"https:\/\/app.lebot.io\/*"
]
}