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 Ads Video Downloader & Data Export",
"description": "View all TikTok video ads data, download videos in high res, and export all ad data. We make it easy to create your next TikTok ad!",
"version": "1.0",
"manifest_version": 3,
"content_scripts": [
{
"matches": [
"*:\/\/ads.tiktok.com\/**"
],
"js": [
"js\/inject.js"
]
}
],
"action": {
"default_popup": "popup.html",
"default_icon": "images\/icon.png"
},
"web_accessible_resources": [
{
"resources": [
"images\/dl-icon.png"
],
"matches": [
"<all_urls>"
]
},
{
"resources": [
"images\/*"
],
"matches": [
"<all_urls>"
]
},
{
"resources": [
"js\/content.js"
],
"matches": [
"<all_urls>"
]
}
],
"icons": {
"16": "images\/icon.png",
"48": "images\/icon.png",
"128": "images\/icon.png"
}
}