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": "VidSaver.io - download all TikToks you've loved",
"version": "2.0.2",
"description": "A tiktok downloader to save TikTok videos to your computer. Download from TikTok, support single and batch download.",
"content_scripts": [
{
"js": [
"assets\/content.js-loader-CTF4L2DQ.js"
],
"matches": [
"*:\/\/*.tiktok.com\/*"
],
"all_frames": true,
"run_at": "document_end",
"match_about_blank": true,
"use_dynamic_url": false
}
],
"permissions": [
"activeTab"
],
"optional_permissions": [
"downloads"
],
"optional_host_permissions": [
"*:\/\/*.tiktok.com\/*"
],
"icons": {
"128": "icons\/128.png"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"action": {
"default_popup": "index.html"
},
"web_accessible_resources": [
{
"matches": [
"*:\/\/*.tiktok.com\/*"
],
"resources": [
"base.svg",
"assets\/content.js-CFJTti_m.js"
],
"use_dynamic_url": false
}
]
}