Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 19, 2025.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Tiktok Video Downloader & Keeper",
"description": "Download Tiktok Videos and account archive with one click. No watermark, no ads.",
"version": "1.0.0",
"host_permissions": [],
"options_ui": {
"page": "options.html"
},
"action": {
"default_icon": "icon.png",
"default_popup": ""
},
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.tiktok.com\/*"
],
"js": [
"js\/vendor.js",
"js\/content_script.js"
],
"run_at": "document_end",
"all_frames": false
}
],
"background": {
"service_worker": "js\/background.js"
},
"web_accessible_resources": [
{
"resources": [
"js\/web_accessible_resources.js",
"css\/content_script.css"
],
"matches": [
"<all_urls>"
]
}
],
"permissions": []
}