Auto TikTok Scroller

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

O que é Auto TikTok Scroller?

Auto TikTok Scroller é uma extensão do Chrome desenvolvida por https://tyson3101.com, e sua principal característica é "Auto TikTok Scroller is a helpful tool to automatically scroll to the next TikTok when one ends.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Auto TikTok Scroller

Baixe arquivos de extensão Auto TikTok Scroller no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Auto TikTok Scroller Auto TikTok Scroller
ID hmajbmalffndhiaegjpobejadjiklfci
URL Oficial https://chromewebstore.google.com/detail/auto-tiktok-scroller/hmajbmalffndhiaegjpobejadjiklfci
Descrição Auto TikTok Scroller is a helpful tool to automatically scroll to the next TikTok when one ends.
Tamanho do Arquivo 26.06 KB
Contagem de Instalações 82
Versão Atual 4.1.1
Última Atualização 2024-02-19
Data de Publicação 2024-02-19
Desenvolvedor https://tyson3101.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/Tyson3101/Auto-TikTok-Scroller
URL da Página de Ajuda https://github.com/Tyson3101/Auto-TikTok-Scroller/issues
Idiomas Suportados 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."
}