Video Downloader for TikTok
With one click you can download videos from TikTok.
What is Video Downloader for TikTok?
Video Downloader for TikTok is a Chrome extension developed by Extensions for Everyone, and its main feature is "With one click you can download videos from TikTok.".
Extension Screenshots
Download Video Downloader for TikTok Extension CRX File
Download Video Downloader for TikTok 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
Downloader for TikTok allows you to download videos & photos from the platform TikTok for free. You just need to go to any TikTok video or photo and then click on the browser extension icon. Then you have the download button available.
Extension Basic Information
Name | |
ID | mlldilpnfnhmfpcecoclfaflfaafbiho |
Official URL | https://chrome.google.com/webstore/detail/video-downloader-for-tikt/mlldilpnfnhmfpcecoclfaflfaafbiho |
Description | With one click you can download videos from TikTok. |
File Size | 11.13 KB |
Installation Count | 16,580 |
Current Version | 4.0 |
Last Updated | 2021-02-12 |
Publish Date | 2020-03-27 |
Rating | 2.23/5 Total 22 Ratings |
Developer | Extensions for Everyone |
[email protected] | |
Payment Type | free |
Extension Website | https://www.tiktokdownloader.org |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Video Downloader for TikTok", "version": "4.0", "description": "With one click you can download videos from TikTok.", "manifest_version": 2, "permissions": [ "tabs" ], "background": { "scripts": [ "script.js" ] }, "browser_action": { "default_icon": "logo.png" }, "icons": { "128": "logo_128.png" } } |