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": "Video Downloader for TikTok",
"description": "Video Downloader for TikTok without watermark By TikTokDW",
"version": "1.1.2",
"manifest_version": 3,
"content_scripts": [
{
"matches": [
"https:\/\/tiktok.com\/*",
"https:\/\/*.tiktok.com\/*"
],
"all_frames": true,
"js": [
"index.js"
]
}
],
"action": {
"default_title": "TikTokDW",
"default_icon": "assets\/icon-16.png",
"default_popup": "index.html"
},
"icons": {
"16": "assets\/icon-16.png",
"32": "assets\/icon-32.png",
"48": "assets\/icon-24.png"
}
}