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 downloader unlimited official",
"version": "1.0.0",
"manifest_version": 3,
"description": "Download TikTok videos without watermark in bulk and easier. Save your TikTok best memories",
"icons": {
"16": "assets\/icon16.png",
"32": "assets\/icon32.png",
"48": "assets\/icon48.png",
"128": "assets\/icon128.png"
},
"permissions": [
"activeTab",
"storage",
"declarativeNetRequest",
"downloads",
"webRequest"
],
"content_scripts": [
{
"matches": [
"*:\/\/www.tiktok.com\/*"
],
"js": [
"contentScript\/contentScript.js",
"contentScript\/calendar\/vanilla-calendar.min.js"
],
"css": [
"contentScript\/profil.css",
"contentScript\/calendar\/vanilla-calendar.min.css",
"contentScript\/calendar\/themes\/light.min.css"
]
}
],
"web_accessible_resources": [
{
"resources": [
"contentScript\/fetchMonkeyPatch.js",
"contentScript\/calendar\/vanilla-calendar.min.js"
],
"matches": [
"*:\/\/www.tiktok.com\/*"
]
},
{
"resources": [
"popup\/tiktok-logo.png"
],
"matches": [
"*:\/\/www.tiktok.com\/*"
]
}
],
"action": {
"default_popup": "popup\/popup.html"
},
"background": {
"service_worker": "background.js"
},
"host_permissions": [
"<all_urls>"
],
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset1",
"enabled": true,
"path": "ruleset.json"
}
]
}
}