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 Downloader & Analytics Tool",
"description": "TikTok Video, Audio Downloader & Analytics Tool",
"author": "chuihoc",
"manifest_version": 3,
"version": "1.0.0",
"homepage_url": "https:\/\/server-crawl-ai.vercel.app\/tt-downloader-pro-description.html",
"icons": {
"16": "16.png",
"48": "48.png",
"128": "128.png"
},
"action": {
"default_popup": "popup.html"
},
"background": {
"service_worker": "service.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/tiktok.com\/*",
"https:\/\/www.tiktok.com\/*"
],
"js": [
"common.js",
"helpers.js",
"main.js"
],
"css": [
"main.css"
],
"run_at": "document_idle"
}
],
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_1",
"enabled": true,
"path": "ruleset.json"
}
]
},
"permissions": [
"downloads",
"storage",
"declarativeNetRequestWithHostAccess"
],
"host_permissions": [
"*:\/\/*.tiktok.com\/*",
"https:\/\/tiktok.com\/*",
"https:\/\/*.tiktokcdn.com\/*",
"https:\/\/*.tiktokv.com\/*"
],
"web_accessible_resources": [
{
"resources": [
"icons\/*.svg"
],
"matches": [
"https:\/\/tiktok.com\/*",
"https:\/\/www.tiktok.com\/*"
]
}
]
}