TikTok Gamepad
Adds game controlor support to the tiktok web app
什麼是TikTok Gamepad?
TikTok Gamepad是由bedsteler2.0開發的Chrome擴展程式,該擴展的主要功能是“Adds game controlor support to the tiktok web app”。
擴展截圖
下載TikTok Gamepad擴展crx文件
下載TikTok Gamepad擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 擴展基本資訊
| 名稱 | |
| ID | jinpjnjmddbdabngojpcmenfdpglicel |
| 官方網址 | https://chromewebstore.google.com/detail/tiktok-gamepad/jinpjnjmddbdabngojpcmenfdpglicel |
| 簡介 | Adds game controlor support to the tiktok web app |
| 檔案大小 | 42.99 KB |
| 安裝次數 | 92 |
| 目前版本 | 1.0 |
| 更新時間 | 2021-01-05 |
| 上架時間 | 2021-01-05 |
| 開發者 | bedsteler2.0 |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | 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"
]
}
]
} | |