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 Creator's room, 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
- Adds a button to TikTok to download videos without a watermark. - Adds a timeline to video
Extension Basic Information
Name | TikTok - Download Without Watermark |
ID | pkcbdgpgameiombpiiofoekagjhhdjpe |
Official URL | https://chromewebstore.google.com/detail/tiktok-download-without-w/pkcbdgpgameiombpiiofoekagjhhdjpe |
Description | Download TikTok video without watermark |
File Size | 220 KB |
Installation Count | 3,527 |
Current Version | 0.1.1.7 |
Last Updated | 2021-04-23 |
Publish Date | 2020-10-05 |
Rating | 2.40/5 Total 25 Ratings |
Developer | Creator's room |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://mycoub.ru/privacy-policy |
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' https:\/\/www.google-analytics.com; object-src 'self'" } |