Auto TikTok Scroller

Auto TikTok Scroller is a helpful tool to automatically scroll to the next TikTok when one ends.

Qu'est-ce que Auto TikTok Scroller ?

Auto TikTok Scroller est une extension Chrome développée par Wiz Extensions, et sa fonction principale est "Auto TikTok Scroller is a helpful tool to automatically scroll to the next TikTok when one ends.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

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

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

                        A Chrome Extension that adds an auto-scroll (auto play-next) feature on TikTok so you can watch TikToks without the need to touch your mouse.

Whenever a TikTok ends, the extension will automatically scroll to the next one for you. Great for doing homework and watching TikTok at the same time without the need to switch tabs! 

Works on both fullscreen and not, perfectly suiting everyone's different needs!                    

Informations de Base sur l'Extension

Nom Auto TikTok Scroller Auto TikTok Scroller
ID ngnmmnppfloibngkifccjiljhnjoleaa
URL Officiel https://chromewebstore.google.com/detail/auto-tiktok-scroller/ngnmmnppfloibngkifccjiljhnjoleaa
Description Auto TikTok Scroller is a helpful tool to automatically scroll to the next TikTok when one ends.
Taille du Fichier 210 KB
Nombre d'Installations 4,497
Version Actuelle 4.1.3
Dernière Mise à Jour 2023-11-26
Date de Publication 2021-07-15
Évaluation 3.71/5 Total 38 Évaluations
Développeur Wiz Extensions
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/Tyson3101/Auto-TikTok-Scroller
URL de la Page d'Aide https://github.com/Tyson3101/Auto-TikTok-Scroller/issues
URL de la Page de Politique de Confidentialité https://sites.google.com/view/extensions-privacy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Auto TikTok Scroller",
    "version": "4.1.3",
    "background": {
        "service_worker": "bg.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/dist\/content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "16": ".\/img\/tiktokIcon16.png",
        "48": ".\/img\/tiktokIcon48.png",
        "128": ".\/img\/tiktokIcon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "injected_content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_popup": ".\/popup\/popup.html",
        "default_icon": ".\/img\/tiktokPopupIcon.png",
        "default_title": "Start scrolling!"
    },
    "description": "Auto TikTok Scroller is a helpful tool to automatically scroll to the next TikTok when one ends."
}