TikDown - TikTok Video Downloader
TikTok Video Downloader is a powerful tool capable of batch downloading videos without watermarks
TikDown - TikTok Video Downloader là gì?
TikDown - TikTok Video Downloader là một tiện ích mở rộng Chrome được phát triển bởi dongzhuwei1, và tính năng chính của nó là "TikTok Video Downloader is a powerful tool capable of batch downloading videos without watermarks".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng TikDown - TikTok Video Downloader
Tải xuống các tệp mở rộng TikDown - TikTok Video Downloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Tik Tok Video Downloader to download no watermark Tik Tok videos. Tik Tok video downloader without watermark ** TikDown : Tik Tok Downloader (Chrome Plugin) TikDown is one of the best tik tok video downloader today without logo, watermark. ** With one click you can download videos from TikTok. Downloader for TikTok allows you to download videos and photos from the TikTok platform 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. ** TikTok Has more than 900 million users every day these users are making beautiful music videos, Social Network for making tik tok videos like Extensions let you browse short videos and download them without blurred photos.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | TikDown - TikTok Video Downloader |
ID | iacaalnmhgalljhbfdbhdobbjjeacico |
URL Chính Thức | https://chromewebstore.google.com/detail/tikdown-tiktok-video-down/iacaalnmhgalljhbfdbhdobbjjeacico |
Mô tả | TikTok Video Downloader is a powerful tool capable of batch downloading videos without watermarks |
Kích Thước Tệp | 2.07 MB |
Số Lần Cài Đặt | 65 |
Phiên Bản Hiện Tại | 1.0.19 |
Cập Nhật Lần Cuối | 2022-10-18 |
Ngày Phát Hành | 2022-10-18 |
Nhà Phát Triển | dongzhuwei1 |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "TikDown - TikTok Video Downloader", "description": "TikTok Video Downloader is a powerful tool capable of batch downloading videos without watermarks", "content_scripts": [ { "matches": [ "*:\/\/www.tiktok.com\/", "*:\/\/www.tiktok.com\/*" ], "css": [ "css\/custom-tf.css" ], "js": [ "js\/content-script-tf.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/www.tiktok.com\/", "*:\/\/www.tiktok.com\/*" ], "css": [ "css\/custom-tf.css" ], "js": [ "js\/detail-script-tf.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/TikDown.net\/*", "*:\/\/dev.TikDown.net\/*" ], "js": [ "js\/web-script.js" ], "run_at": "document_end" } ], "icons": { "128": "icons\/128.png" }, "externally_connectable": { "matches": [ "*:\/\/*.tikrank.com\/*", "*:\/\/tikrank.com\/*", "*:\/\/*.TikDown.net\/*", "*:\/\/TikDown.net\/*" ] }, "web_accessible_resources": [ { "resources": [ "icons\/logo.png" ], "matches": [ "*:\/\/*.facebook.com\/*" ] } ], "permissions": [ "storage" ], "host_permissions": [ "*:\/\/*.facebook.com\/*", "*:\/\/*.twitter.com\/*", "*:\/\/*.pinterest.com\/*", "*:\/\/*.reddit.com\/*", "*:\/\/*.aliyuncs.com\/*", "*:\/\/TikDown.net\/*", "*:\/\/www.tiktok.com\/", "*:\/\/www.tiktok.com\/*" ], "background": { "service_worker": "js\/background.js" }, "version": "1.0.19", "optional_permissions": [ "downloads" ], "action": { "default_title": "TikDown - TikTok Video Downloader", "default_icon": { "128": "icons\/128.png" } } } |