TikTok Auto Play

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

Qu'est-ce que TikTok Auto Play ?

TikTok Auto Play est une extension Chrome développée par Turbo_Jump, et sa fonction principale est "A simple Chrome extension that will auto play TikToks for you.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension TikTok Auto Play

Téléchargez les fichiers d'extension TikTok Auto Play au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom TikTok Auto Play TikTok Auto Play
ID dehlaoojcgdmgbdnchnbpbpimpkjnlad
URL Officiel https://chromewebstore.google.com/detail/tiktok-auto-play/dehlaoojcgdmgbdnchnbpbpimpkjnlad
Description A simple Chrome extension that will auto play TikToks for you.
Taille du Fichier 6.75 KB
Nombre d'Installations 12
Version Actuelle 1.0
Dernière Mise à Jour 2023-05-29
Date de Publication 2023-05-29
Développeur Turbo_Jump
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}