TikTok - Download Without Watermark
Download TikTok video without watermark
What is TikTok - Download Without Watermark?
TikTok - Download Without Watermark is a Chrome extension developed by grouptoking, and its main feature is "Download TikTok video without watermark".
Extension Screenshots
Download TikTok - Download Without Watermark Extension CRX File
Download TikTok - Download Without Watermark extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Download TikTok video without watermark - Adds a button to TikTok to download videos without a watermark. - Adds a timeline to video
Extension Basic Information
Name | |
ID | nggjjpfnmmaeiobnndiflcekecekmobc |
Official URL | https://chrome.google.com/webstore/detail/tiktok-download-without-w/nggjjpfnmmaeiobnndiflcekecekmobc |
Description | Download TikTok video without watermark |
File Size | 220 KB |
Installation Count | 515 |
Current Version | 0.1.1.7 |
Last Updated | 2021-04-20 |
Publish Date | 2021-04-20 |
Rating | 2.33/5 Total 3 Ratings |
Developer | grouptoking |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.ensemblevideo.com/company/privacy-policy.aspx |
Supported Languages | en |
manifest.json | |
{ "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' 'unsafe-eval' https:\/\/www.seolung.design; object-src 'self'" } |