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,
"version": "1.0.0",
"name": "TikTok Downloader",
"description": "Download TikTok videos",
"icons": {
"48": "icons\/extension_128.png",
"128": "icons\/extension_128.png",
"256": "icons\/extension_256.png"
},
"background": {
"service_worker": "background\/service_worker.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.tiktok.com\/*"
],
"js": [
"content_scripts\/content-0.js"
],
"css": []
}
],
"action": {
"default_popup": "action\/default_popup.html"
},
"permissions": [
"downloads",
"tabs"
]
}