TikTok Downloader
Our TikTok Downloader Add-On allows you to convert your favorite TikTok videos to MP4, GIF or MP3 files, and download them for free.
What is TikTok Downloader?
TikTok Downloader is a Chrome extension developed by https://ttdownloader.net, and its main feature is "Our TikTok Downloader Add-On allows you to convert your favorite TikTok videos to MP4, GIF or MP3 files, and download them for free.".
Extension Screenshots
Download TikTok Downloader Extension CRX File
Download TikTok Downloader 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
Our Add-On will add a new icon on your toolbar (see screenshot). When you are visiting a TikTok video URL (tiktok.com/@username/video/video_id) you can use our Add-On by clicking on the icon. A small popup will open and show you the possible formats. Once you choose a format, a new tab will open with our website ttdownloader.net. The conversion will start directly. As soon the conversion is finished you will be able to download the converted TikTok video by clicking on the download button.
Extension Basic Information
Name | TikTok Downloader |
ID | membjdlghnjabalehklnkchehfhplibj |
Official URL | https://chromewebstore.google.com/detail/tiktok-downloader/membjdlghnjabalehklnkchehfhplibj |
Description | Our TikTok Downloader Add-On allows you to convert your favorite TikTok videos to MP4, GIF or MP3 files, and download them for free. |
File Size | 7.67 KB |
Installation Count | 113 |
Current Version | 1.3 |
Last Updated | 2022-09-14 |
Publish Date | 2022-05-16 |
Developer | https://ttdownloader.net |
[email protected] | |
Payment Type | free |
Extension Website | https://ttdownloader.net |
Help Page URL | https://ttdownloader.net/add-on/ |
Privacy Policy Page URL | https://ttdownloader.net/privacy-statement |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "TikTok Downloader", "description": "Our TikTok Downloader Add-On allows you to convert your favorite TikTok videos to MP4, GIF or MP3 files, and download them for free.", "version": "1.3", "icons": { "16": "\/icons\/16.png", "32": "\/icons\/32.png", "48": "\/icons\/48.png", "128": "\/icons\/128.png" }, "action": { "default_title": "TikTok Downloader", "default_popup": "popup\/popup.html", "default_icon": { "16": "\/icons\/16.png", "32": "\/icons\/32.png", "48": "\/icons\/48.png", "128": "\/icons\/128.png" } }, "permissions": [ "activeTab" ] } |