Mass Tiktok Video Downloader
Download any video from TikTok. Bulk downloading option available.
Mass Tiktok Video Downloaderคืออะไร?
Mass Tiktok Video Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sundzu และคุณลักษณะหลักของมันคือ "Download any video from TikTok. Bulk downloading option available."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mass Tiktok Video Downloader
ดาวน์โหลดไฟล์ส่วนขยาย Mass Tiktok Video Downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Introducing Mass Tiktok Video Downloader, the ultimate browser extension for effortlessly downloading TikTok videos without watermarks from any page. Whether you want to save an entire account's video collection, snatch individual videos from user profiles, or capture videos playing in fullscreen mode, our versatile tool has you covered. Mass Tiktok Video Downloader stands as the top-tier solution for TikTok video retrieval. It provides a seamless and speedy experience, requiring no login information, and integrates directly with the TikTok website. Install this extension to effortlessly archive your favorite TikTok content for later viewing or offline enjoyment, all without the annoying watermark. Plus, it works seamlessly from any TikTok page. Key Features of the Extension: 👌🏼 No login required 👌🏼 Lightning-fast video downloads 👌🏼 Support for HD video quality 👌🏼 Convenient options for copying links, sharing, renaming, and reposting downloaded photos or videos 👌🏼 Watermark-free video downloads 👌🏼 Works on any TikTok page Compact size, minimal resource usage, and rapid performance Enhance your TikTok experience with Mass Tiktok Video Downloader – download it now and unlock a world of TikTok video possibilities!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Mass Tiktok Video Downloader |
ID | oaceepljpkcbcgccnmlepeofkhplkbih |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/mass-tiktok-video-downloa/oaceepljpkcbcgccnmlepeofkhplkbih |
คำอธิบาย | Download any video from TikTok. Bulk downloading option available. |
ขนาดไฟล์ | 128 KB |
จำนวนการติดตั้ง | 1,221 |
เวอร์ชันปัจจุบัน | 0.5 |
อัปเดตครั้งล่าสุด | 2024-02-04 |
วันที่เผยแพร่ | 2023-09-27 |
คะแนน | 3.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | sundzu |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_name__", "description": "__MSG_description__", "version": "0.5", "default_locale": "en", "background": { "service_worker": "\/js\/sw.js" }, "action": [], "permissions": [ "storage", "tabs", "downloads", "declarativeNetRequest", "webRequest" ], "host_permissions": [ "https:\/\/*.tiktokv.com\/*", "https:\/\/*.tiktok.com\/*", "https:\/\/*.tiktokcdn.com\/*" ], "icons": { "32": "\/assets\/images\/icon32.png", "48": "\/assets\/images\/icon48.png", "128": "\/assets\/images\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.tiktok.com\/*" ], "js": [ "\/js\/app.js" ], "css": [ "\/assets\/app.css", "\/assets\/button.css" ], "all_frames": true, "run_at": "document_idle" } ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "\/assets\/rules.json" } ] }, "web_accessible_resources": [ { "resources": [ "\/assets\/images\/*.svg", "\/assets\/images\/*.png", "\/js\/bridge_script.js" ], "matches": [ "https:\/\/*.tiktok.com\/*" ] } ] } |