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」です。

拡張機能のスクリーンショット

screenshot

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                    

拡張機能の基本情報

名前 TikTok Gamepad TikTok Gamepad
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
Eメール [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"
            ]
        }
    ]
}