Auto TikTok Scroller

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

Was ist Auto TikTok Scroller?

Auto TikTok Scroller ist eine Chrome-Erweiterung, die von Wiz Extensions entwickelt wurde, und ihr Hauptmerkmal ist "Auto TikTok Scroller is a helpful tool to automatically scroll to the next TikTok when one ends.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Auto TikTok Scroller-Erweiterungs-CRX-Datei herunterladen

Laden Sie Auto TikTok Scroller-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

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Auto TikTok Scroller Auto TikTok Scroller
ID ngnmmnppfloibngkifccjiljhnjoleaa
Offizielle URL https://chromewebstore.google.com/detail/auto-tiktok-scroller/ngnmmnppfloibngkifccjiljhnjoleaa
Beschreibung Auto TikTok Scroller is a helpful tool to automatically scroll to the next TikTok when one ends.
Dateigröße 210 KB
Installationsanzahl 4,497
Aktuelle Version 4.1.3
Letztes Update 2023-11-26
Veröffentlichungsdatum 2021-07-15
Bewertung 3.71/5 Insgesamt 38 Bewertungen
Entwickler Wiz Extensions
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/Tyson3101/Auto-TikTok-Scroller
Hilfeseite URL https://github.com/Tyson3101/Auto-TikTok-Scroller/issues
URL der Datenschutzrichtlinien-Seite https://sites.google.com/view/extensions-privacy
Unterstützte Sprachen 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."
}