TikTok Downloader
Download TikTok videos with the click of a single button
Apa itu TikTok Downloader?
TikTok Downloader adalah ekstensi Chrome yang dikembangkan oleh Aponventure, dan fitur utamanya adalah "Download TikTok videos with the click of a single button".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi TikTok Downloader
Unduh file ekstensi TikTok Downloader 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
Download TikTok videos with the click of a single button in browser and in mobile view to get hte same feel as the app.
Informasi Dasar Ekstensi
Nama | |
ID | ghfacigpedfmpgpgmapmajhnkmdaegif |
URL Resmi | https://chrome.google.com/webstore/detail/tiktok-downloader/ghfacigpedfmpgpgmapmajhnkmdaegif |
Deskripsi | Download TikTok videos with the click of a single button |
Ukuran File | 259 KB |
Jumlah Instalasi | 1,844 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2020-07-11 |
Tanggal Publikasi | 2020-07-11 |
Penilaian | 2.00/5 Total 6 Penilaian |
Pengembang | Aponventure |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |