TikTok Gamepad
Adds game controlor support to the tiktok web app
Wat is TikTok Gamepad?
TikTok Gamepad is een Chrome-extensie ontwikkeld door bedsteler2.0, en de belangrijkste functie is "Adds game controlor support to the tiktok web app".
Extensie Screenshots
Download het CRX-bestand van de extensie TikTok Gamepad
Download TikTok Gamepad-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | jinpjnjmddbdabngojpcmenfdpglicel |
| Officiële URL | https://chromewebstore.google.com/detail/tiktok-gamepad/jinpjnjmddbdabngojpcmenfdpglicel |
| Beschrijving | Adds game controlor support to the tiktok web app |
| Bestandsgrootte | 42.99 KB |
| Aantal Installaties | 92 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2021-01-05 |
| Publicatiedatum | 2021-01-05 |
| Ontwikkelaar | bedsteler2.0 |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
}
]
} | |