TikTok - Auto Scroller

Extension that does the scrolling for you without the need to touch your mouse. Whenever a TikTok ends, the extension will…

Wat is TikTok - Auto Scroller?

TikTok - Auto Scroller is een Chrome-extensie ontwikkeld door browsnerose, en de belangrijkste functie is "Extension that does the scrolling for you without the need to touch your mouse. Whenever a TikTok ends, the extension will…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie TikTok - Auto Scroller

Download TikTok - Auto Scroller-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Extension that does the scrolling for you 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! Just be sure to not tell your teachers                    

Basisinformatie over de Extensie

Naam TikTok - Auto Scroller TikTok - Auto Scroller
ID fhacoogibhadlhlnkjkojidmphpjidbj
Officiële URL https://chromewebstore.google.com/detail/tiktok-auto-scroller/fhacoogibhadlhlnkjkojidmphpjidbj
Beschrijving Extension that does the scrolling for you without the need to touch your mouse. Whenever a TikTok ends, the extension will…
Bestandsgrootte 22.52 KB
Aantal Installaties 86
Huidige Versie 1.0.0
Laatst Bijgewerkt 2023-06-29
Publicatiedatum 2023-06-29
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar browsnerose
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://sites.google.com/view/extensions-privacy
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TikTok - Auto Scroller",
    "version": "1.0.0",
    "permissions": [
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "icon.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.tiktok.com\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}