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 Wiz Extensions, 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
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 (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!                    

Informações Básicas da Extensão

Nome Auto TikTok Scroller Auto TikTok Scroller
ID ngnmmnppfloibngkifccjiljhnjoleaa
URL Oficial https://chromewebstore.google.com/detail/auto-tiktok-scroller/ngnmmnppfloibngkifccjiljhnjoleaa
Descrição Auto TikTok Scroller is a helpful tool to automatically scroll to the next TikTok when one ends.
Tamanho do Arquivo 210 KB
Contagem de Instalações 4,497
Versão Atual 4.1.3
Última Atualização 2023-11-26
Data de Publicação 2021-07-15
Classificação 3.71/5 Total de 38 Avaliações
Desenvolvedor Wiz Extensions
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
URL da Página de Política de Privacidade https://sites.google.com/view/extensions-privacy
Idiomas Suportados 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."
}