Video Downloader for TikTok
With one click you can download videos from TikTok.
Apa itu Video Downloader for TikTok?
Video Downloader for TikTok adalah ekstensi Chrome yang dikembangkan oleh Extensions for Everyone, dan fitur utamanya adalah "With one click you can download videos from TikTok.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Video Downloader for TikTok
Unduh file ekstensi Video Downloader for TikTok dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | mlldilpnfnhmfpcecoclfaflfaafbiho |
URL Resmi | https://chrome.google.com/webstore/detail/video-downloader-for-tikt/mlldilpnfnhmfpcecoclfaflfaafbiho |
Deskripsi | With one click you can download videos from TikTok. |
Ukuran File | 11.13 KB |
Jumlah Instalasi | 16,580 |
Versi Saat Ini | 4.0 |
Terakhir Diperbarui | 2021-02-12 |
Tanggal Publikasi | 2020-03-27 |
Penilaian | 2.23/5 Total 22 Penilaian |
Pengembang | Extensions for Everyone |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.tiktokdownloader.org |
Bahasa yang Didukung | 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" } } |