Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Easy TikTok Video Downloader (Remove Watermark)",
"version": "4.0.4",
"description": "Save TikToks in bulk \u2014 your videos, likes, reposts, favorites, collections & feeds \u2014 no watermark.",
"host_permissions": [
"*:\/\/*.tiktok.com\/*"
],
"permissions": [
"downloads"
],
"background": {
"service_worker": "js\/background.bundle.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.tiktok.com\/*"
],
"js": [
"js\/content.bundle.js"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
{
"resources": [
"js\/confetti.browser.min.js",
"js\/content.bundle.js",
"js\/injex.js",
"styles\/*",
"icons\/*",
"popup\/popup.js",
"popup\/popup.css",
"popup\/popup.html"
],
"matches": [
"*:\/\/*.tiktok.com\/*"
]
}
],
"action": {
"default_popup": "popup\/popup.html"
},
"icons": {
"16": "icons\/icon16.png",
"19": "icons\/icon19.png",
"32": "icons\/icon32.png",
"38": "icons\/icon38.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
}