TikTok Gamepad
Adds game controlor support to the tiktok web app
Cos'è TikTok Gamepad?
TikTok Gamepad è un'estensione di Chrome sviluppata da bedsteler2.0, e la sua funzione principale è "Adds game controlor support to the tiktok web app".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TikTok Gamepad
Scarica i file di estensione TikTok Gamepad in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | TikTok Gamepad |
ID | jinpjnjmddbdabngojpcmenfdpglicel |
URL Ufficiale | https://chromewebstore.google.com/detail/tiktok-gamepad/jinpjnjmddbdabngojpcmenfdpglicel |
Descrizione | Adds game controlor support to the tiktok web app |
Dimensione del File | 42.99 KB |
Conteggio Installazioni | 92 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2021-01-05 |
Data di Pubblicazione | 2021-01-05 |
Sviluppatore | bedsteler2.0 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |