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 |
| 官方URL | 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"
]
}
]
} | |