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 Video Downloader",
"description": "Build an Extension to download tiktok video without watermark",
"version": "1.2",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"permissions": [
"tabs"
],
"host_permissions": [
"https:\/\/www.tiktok.com\/*"
],
"icons": {
"16": "icons\/16tt.png",
"48": "icons\/48tt.png",
"128": "icons\/128tt.png"
},
"action": {
"default_title": "Tiktok Video Downloader - Taptik.app",
"default_icon ": {
"16": "icons\/16tt.png",
"48": "icons\/48tt.png",
"128": "icons\/128tt.png"
}
}
}