TikTok Auto Play
A simple Chrome extension that will auto play TikToks for you.
Apa itu TikTok Auto Play?
TikTok Auto Play adalah ekstensi Chrome yang dikembangkan oleh Turbo_Jump, dan fitur utamanya adalah "A simple Chrome extension that will auto play TikToks for you.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi TikTok Auto Play
Unduh file ekstensi TikTok Auto Play 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
Tired of having to click a button everytime you wanna see the next TikTok? Use this extension to lay back & relax while TikTok Automatically goes to the next video each time for you. Step 1: Add the extension STEP 2: Go To The FY Page STEP 3: Click Comments ENJOY!
Informasi Dasar Ekstensi
Nama | TikTok Auto Play |
ID | dehlaoojcgdmgbdnchnbpbpimpkjnlad |
URL Resmi | https://chromewebstore.google.com/detail/tiktok-auto-play/dehlaoojcgdmgbdnchnbpbpimpkjnlad |
Deskripsi | A simple Chrome extension that will auto play TikToks for you. |
Ukuran File | 6.75 KB |
Jumlah Instalasi | 12 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2023-05-29 |
Tanggal Publikasi | 2023-05-29 |
Pengembang | Turbo_Jump |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "TikTok Auto Play", "version": "1.0", "description": "A simple Chrome extension that will auto play TikToks for you.", "host_permissions": [ "https:\/\/www.tiktok.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.tiktok.com\/*" ], "js": [ "contentScript.js" ] } ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |