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 Saver",
"description": "Download videos from TikTok",
"version": "1.2",
"manifest_version": 3,
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgZFWZZR\/daV2C9UMEHzAXDbyPNd38mf9Kadf7KZtvBDqNkOSFJLgXDZgneUZ7ZwvDtglUCiEBkhCWkzNIDn49MVOuuolzVuIZH23hKnwvFNfdCHVWaVJk3HpA0s1ttWTrZ2rabw6DOT0Snua0QXObTWWauG\/L5TCKgNmP7gAoXDo6erMu5rPB7MJadi7BwgcLwqZtS4JzqRVHv9yA3FKzEBYJ8Bp6NhSAuWxESgIBDkpAPzDcr91lxaOE2ef04purV+iTq1HpobHDssE\/ryYBCrYPMTJUiLraA9NWvP3kc0ZKr3J5yEy16zt229YKsz3GkGKBHJPIrio7MY7S2fySwIDAQAB",
"background": {
"service_worker": "\/js\/background.js"
},
"action": {
"default_popup": ".\/popup\/popup.html",
"default_icon": {
"16": ".\/images\/logo16.png",
"32": ".\/images\/logo32.png",
"48": ".\/images\/logo48.png",
"128": ".\/images\/logo128.png"
}
},
"host_permissions": [
"https:\/\/*.tiktok.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/*.tiktok.com\/*"
],
"css": [
"css\/content.css"
],
"js": [
"js\/jquery.js",
"js\/content.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"\/images\/download.png",
"\/images\/loading.gif"
],
"matches": [
"https:\/\/*.tiktok.com\/*"
]
}
],
"permissions": [
"storage",
"notifications",
"downloads"
]
}