TikTok Auto Play

A simple Chrome extension that will auto play TikToks for you.

Was ist TikTok Auto Play?

TikTok Auto Play ist eine Chrome-Erweiterung, die von Turbo_Jump entwickelt wurde, und ihr Hauptmerkmal ist "A simple Chrome extension that will auto play TikToks for you.".

Erweiterungsscreenshots

screenshot

TikTok Auto Play-Erweiterungs-CRX-Datei herunterladen

Laden Sie TikTok Auto Play-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Tired of having to click a button everytime you wanna see the next TikTok? Use this extension to lay back & relax while TikTok Automatically goes to the next video each time for you.

Step 1: 
Add the extension

STEP 2:
Go To The FY Page

STEP 3:
Click Comments

ENJOY!                    

Grundlegende Informationen zur Erweiterung

Name TikTok Auto Play TikTok Auto Play
ID dehlaoojcgdmgbdnchnbpbpimpkjnlad
Offizielle URL https://chromewebstore.google.com/detail/tiktok-auto-play/dehlaoojcgdmgbdnchnbpbpimpkjnlad
Beschreibung A simple Chrome extension that will auto play TikToks for you.
Dateigröße 6.75 KB
Installationsanzahl 12
Aktuelle Version 1.0
Letztes Update 2023-05-29
Veröffentlichungsdatum 2023-05-29
Entwickler Turbo_Jump
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TikTok Auto Play",
    "version": "1.0",
    "description": "A simple Chrome extension that will auto play TikToks for you.",
    "host_permissions": [
        "https:\/\/www.tiktok.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.tiktok.com\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}