TikTok Auto Next

Auto play next video on tiktok

Qu'est-ce que TikTok Auto Next ?

TikTok Auto Next est une extension Chrome développée par james.leach.miao, et sa fonction principale est "Auto play next video on tiktok".

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension TikTok Auto Next 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

                        This extension will help you to automatically play the next video after the current one has finished playing.

Free your hands and enjoy the videos.                    

Informations de Base sur l'Extension

Nom TikTok Auto Next TikTok Auto Next
ID ngkhljhlamemcpajjlakpdadamgieknc
URL Officiel https://chromewebstore.google.com/detail/tiktok-auto-next/ngkhljhlamemcpajjlakpdadamgieknc
Description Auto play next video on tiktok
Taille du Fichier 18.27 KB
Nombre d'Installations 2,314
Version Actuelle 1.0
Dernière Mise à Jour 2022-04-01
Date de Publication 2022-03-31
Évaluation 4.47/5 Total 17 Évaluations
Développeur james.leach.miao
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://twitter.com/james_lm93
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TikTok Auto Next",
    "description": "Auto play next video on tiktok",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "service-worker.js"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/off16.png",
            "32": "\/images\/off32.png",
            "48": "\/images\/off48.png",
            "128": "\/images\/off128.png"
        }
    },
    "icons": {
        "16": "\/images\/off16.png",
        "32": "\/images\/off32.png",
        "48": "\/images\/off48.png",
        "128": "\/images\/off128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.tiktok.com\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ]
}