TikTok Gamepad

Adds game controlor support to the tiktok web app

What is TikTok Gamepad?

TikTok Gamepad is a Chrome extension developed by bedsteler2.0, and its main feature is "Adds game controlor support to the tiktok web app".

Extension Screenshots

screenshot

Download TikTok Gamepad Extension CRX File

Download TikTok Gamepad extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name TikTok Gamepad TikTok Gamepad
ID jinpjnjmddbdabngojpcmenfdpglicel
Official URL https://chromewebstore.google.com/detail/tiktok-gamepad/jinpjnjmddbdabngojpcmenfdpglicel
Description Adds game controlor support to the tiktok web app
File Size 42.99 KB
Installation Count 92
Current Version 1.0
Last Updated 2021-01-05
Publish Date 2021-01-05
Developer bedsteler2.0
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}