TikTok Gamepad
Adds game controlor support to the tiktok web app
Apa itu TikTok Gamepad?
TikTok Gamepad adalah ekstensi Chrome yang dikembangkan oleh bedsteler2.0, dan fitur utamanya adalah "Adds game controlor support to the tiktok web app".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi TikTok Gamepad
Unduh file ekstensi TikTok Gamepad 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 allows you to use a game controller while in tiktoks full screen mode Controls Next Video: R1 or R2 Previous Video: L1 or L2 Pause: A Like: Double tap A
Informasi Dasar Ekstensi
Nama | TikTok Gamepad |
ID | jinpjnjmddbdabngojpcmenfdpglicel |
URL Resmi | https://chromewebstore.google.com/detail/tiktok-gamepad/jinpjnjmddbdabngojpcmenfdpglicel |
Deskripsi | Adds game controlor support to the tiktok web app |
Ukuran File | 42.99 KB |
Jumlah Instalasi | 92 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2021-01-05 |
Tanggal Publikasi | 2021-01-05 |
Pengembang | bedsteler2.0 |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TikTok Gamepad", "description": "Adds game controlor support to the tiktok web app", "version": "1.0", "manifest_version": 2, "icons": { "256": "256.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.tiktok.com\/*" ], "js": [ "contentScript.js" ] }, { "matches": [ "https:\/\/tiktok.com\/*" ], "js": [ "contentScript.js" ] } ] } |