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": 3,
"name": "SSSTik - Save video without Watermark",
"version": "1.01",
"description": "Download videos from TikTok and more in high quality without watermarks using the SSSTik downloader.",
"short_name": "SSSTik",
"default_locale": "en",
"icons": {
"16": "images\/icon_16.png",
"48": "images\/icon_48.png",
"128": "images\/icon_128.png"
},
"action": {
"default_icon": "images\/icon_24.png",
"default_title": "SSSTik Downloader"
},
"background": {
"service_worker": "js\/background.js"
},
"content_scripts": [
{
"all_frames": true,
"matches": [
"*:\/\/*.tiktok.com\/*"
],
"css": [
"css\/content.css"
],
"js": [
"js\/jquery.js",
"js\/content.js"
],
"run_at": "document_end"
}
],
"permissions": [
"storage"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
}
}