TikTok Auto Next
Auto play next video on tiktok
Apa itu TikTok Auto Next?
TikTok Auto Next adalah ekstensi Chrome yang dikembangkan oleh james.leach.miao, dan fitur utamanya adalah "Auto play next video on tiktok".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi TikTok Auto Next
Unduh file ekstensi TikTok Auto Next 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
This extension will help you to automatically play the next video after the current one has finished playing. Free your hands and enjoy the videos.
Informasi Dasar Ekstensi
Nama | TikTok Auto Next |
ID | ngkhljhlamemcpajjlakpdadamgieknc |
URL Resmi | https://chromewebstore.google.com/detail/tiktok-auto-next/ngkhljhlamemcpajjlakpdadamgieknc |
Deskripsi | Auto play next video on tiktok |
Ukuran File | 18.27 KB |
Jumlah Instalasi | 2,314 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2022-04-01 |
Tanggal Publikasi | 2022-03-31 |
Penilaian | 4.47/5 Total 17 Penilaian |
Pengembang | james.leach.miao |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Bantuan | https://twitter.com/james_lm93 |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TikTok Auto Next", "description": "Auto play next video on tiktok", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "service-worker.js" }, "permissions": [ "storage" ], "action": { "default_icon": { "16": "\/images\/off16.png", "32": "\/images\/off32.png", "48": "\/images\/off48.png", "128": "\/images\/off128.png" } }, "icons": { "16": "\/images\/off16.png", "32": "\/images\/off32.png", "48": "\/images\/off48.png", "128": "\/images\/off128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.tiktok.com\/*" ], "js": [ "content-script.js" ] } ] } |