Auto TikTok Scroller

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

¿Qué es Auto TikTok Scroller?

Auto TikTok Scroller es una extensión de Chrome desarrollada por Wiz Extensions, y su función principal es "Auto TikTok Scroller is a helpful tool to automatically scroll to the next TikTok when one ends.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Auto TikTok Scroller

Descarga archivos de extensión Auto TikTok Scroller en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Auto TikTok Scroller Auto TikTok Scroller
ID ngnmmnppfloibngkifccjiljhnjoleaa
URL Oficial https://chromewebstore.google.com/detail/auto-tiktok-scroller/ngnmmnppfloibngkifccjiljhnjoleaa
Descripción Auto TikTok Scroller is a helpful tool to automatically scroll to the next TikTok when one ends.
Tamaño del Archivo 210 KB
Cantidad de Instalaciones 4,497
Versión Actual 4.1.3
Última Actualización 2023-11-26
Fecha de Publicación 2021-07-15
Calificación 3.71/5 Total de 38 Calificaciones
Desarrollador Wiz Extensions
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/Tyson3101/Auto-TikTok-Scroller
URL de la Página de Ayuda https://github.com/Tyson3101/Auto-TikTok-Scroller/issues
URL de la Página de Política de Privacidad https://sites.google.com/view/extensions-privacy
Idiomas Soportados 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."
}