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",
"manifest_version": 2,
"name": "TikTok - Download Without Watermark",
"description": "Download TikTok video without watermark",
"version": "0.1.1.7",
"version_name": "0.1.1.7",
"permissions": [
"tabs",
"storage",
"*:\/\/mycoub.com\/*",
"*:\/\/tiktok.com\/*",
"*:\/\/*.tiktok.com\/*",
"*:\/\/tiktokcdn.com\/*",
"*:\/\/*.tiktokcdn.com\/*",
"*:\/\/snaptik.app\/*",
"*:\/\/*.snaptik.app\/*"
],
"content_scripts": [
{
"matches": [
"*:\/\/tiktok.com\/\/*",
"*:\/\/tiktok.com\/\/*",
"*:\/\/www.tiktok.com\/*",
"*:\/\/snaptik.app\/*",
"*:\/\/www.snaptik.app\/*"
],
"all_frames": true,
"css": [
"css\/content.css"
],
"js": [
"js\/content.js"
],
"run_at": "document_idle"
}
],
"background": {
"scripts": [
"js\/background.js"
],
"persistent": true
},
"icons": {
"128": "icons\/logo.png"
},
"content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}