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 Bulk Downloader",
"description": "",
"version": "1.0.0",
"manifest_version": 3,
"icons": {
"16": "img\/logo-16.png",
"32": "img\/logo-34.png",
"48": "img\/logo-48.png",
"128": "img\/logo-128.png"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets\/tiktok.tsx-loader-2ca8c615.js"
],
"matches": [
"https:\/\/www.tiktok.com\/*"
]
},
{
"js": [
"assets\/topview.tsx-loader-a9c2e7b6.js"
],
"matches": [
"https:\/\/*\/extension\/tiktok-batch-download?from=extension",
"http:\/\/*\/extension\/tiktok-batch-download?from=extension"
]
}
],
"web_accessible_resources": [
{
"matches": [
"https:\/\/ads.tiktok.com\/*",
"https:\/\/www.tiktok.com\/*"
],
"resources": [
"img\/logo-16.png",
"img\/logo-34.png",
"img\/logo-48.png",
"img\/logo-128.png",
"icons\/*.svg",
"src\/utils\/mutationInject.js"
],
"use_dynamic_url": false
},
{
"matches": [
"https:\/\/www.tiktok.com\/*"
],
"resources": [
"assets\/chunk-1a4a8db4.js",
"assets\/chunk-2548d4f1.js"
],
"use_dynamic_url": true
},
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"resources": [
"assets\/chunk-1a4a8db4.js",
"assets\/chunk-16b6ccc3.js"
],
"use_dynamic_url": true
}
],
"permissions": [
"storage"
]
}