Auto TikTok Scroller

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

Hvad er Auto TikTok Scroller?

Auto TikTok Scroller er en Chrome-udvidelse udviklet af https://tyson3101.com, og dens hovedfunktion er "Auto TikTok Scroller is a helpful tool to automatically scroll to the next TikTok when one ends.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Auto TikTok Scroller-udvidelses-CRX-fil

Download Auto TikTok Scroller-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        A Chrome Extension that adds an auto-scroll 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! 

If you have any suggestions or experience problems, post an issue on the GitHub page: https://github.com/Tyson3101/Auto-TikTok-Scroller                    

Grundlæggende oplysninger om udvidelsen

Navn Auto TikTok Scroller Auto TikTok Scroller
ID hmajbmalffndhiaegjpobejadjiklfci
Officiel URL https://chromewebstore.google.com/detail/auto-tiktok-scroller/hmajbmalffndhiaegjpobejadjiklfci
Beskrivelse Auto TikTok Scroller is a helpful tool to automatically scroll to the next TikTok when one ends.
Filstørrelse 26.06 KB
Antal Installationer 82
Nuværende Version 4.1.1
Senest Opdateret 2024-02-19
Udgivelsesdato 2024-02-19
Udvikler https://tyson3101.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/Tyson3101/Auto-TikTok-Scroller
Hjælpeside-URL https://github.com/Tyson3101/Auto-TikTok-Scroller/issues
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Auto TikTok Scroller",
    "version": "4.1.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.tiktok.com\/*"
            ],
            "js": [
                ".\/dist\/content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "16": ".\/img\/tiktokIcon16.png",
        "48": ".\/img\/tiktokIcon48.png",
        "128": ".\/img\/tiktokIcon128.png"
    },
    "action": {
        "default_popup": ".\/popup\/popup.html",
        "default_icon": ".\/img\/tiktokIcon128.png",
        "default_title": "Start scrolling!"
    },
    "description": "Auto TikTok Scroller is a helpful tool to automatically scroll to the next TikTok when one ends."
}