TikTok Downloader
Download TikTok videos with the click of a single button
TikTok Downloader là gì?
TikTok Downloader là một tiện ích mở rộng Chrome được phát triển bởi Aponventure, và tính năng chính của nó là "Download TikTok videos with the click of a single button".
Ả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 TikTok Downloader
Tải xuống các tệp mở rộng TikTok 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
Download TikTok videos with the click of a single button in browser and in mobile view to get hte same feel as the app.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ghfacigpedfmpgpgmapmajhnkmdaegif |
URL Chính Thức | https://chrome.google.com/webstore/detail/tiktok-downloader/ghfacigpedfmpgpgmapmajhnkmdaegif |
Mô tả | Download TikTok videos with the click of a single button |
Kích Thước Tệp | 259 KB |
Số Lần Cài Đặt | 1,844 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2020-07-11 |
Ngày Phát Hành | 2020-07-11 |
Đánh Giá | 2.00/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | Aponventure |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TikTok Downloader", "description": "Download TikTok videos with the click of a single button", "version": "1.0.0", "short_name": "TikTokDL", "manifest_version": 2, "default_locale": "en", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "TikTok Downloader", "default_popup": "pages\/popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.tiktok.com\/@*\/video\/*", "https:\/\/www.tiktok.com\/@*", "https:\/\/www.tiktok.com\/*" ], "css": [ "styles\/contentscript.css" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_idle", "all_frames": false } ], "permissions": [ "activeTab" ] } |