Auto TikTok Scroller

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

Cos'è Auto TikTok Scroller?

Auto TikTok Scroller è un'estensione di Chrome sviluppata da Wiz Extensions, e la sua funzione principale è "Auto TikTok Scroller is a helpful tool to automatically scroll to the next TikTok when one ends.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Auto TikTok Scroller

Scarica i file di estensione Auto TikTok Scroller in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Auto TikTok Scroller Auto TikTok Scroller
ID ngnmmnppfloibngkifccjiljhnjoleaa
URL Ufficiale https://chromewebstore.google.com/detail/auto-tiktok-scroller/ngnmmnppfloibngkifccjiljhnjoleaa
Descrizione Auto TikTok Scroller is a helpful tool to automatically scroll to the next TikTok when one ends.
Dimensione del File 210 KB
Conteggio Installazioni 4,497
Versione Corrente 4.1.3
Ultimo Aggiornamento 2023-11-26
Data di Pubblicazione 2021-07-15
Valutazione 3.71/5 Totale 38 Valutazioni
Sviluppatore Wiz Extensions
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Tyson3101/Auto-TikTok-Scroller
URL della Pagina di Aiuto https://github.com/Tyson3101/Auto-TikTok-Scroller/issues
URL della Pagina della Politica sulla Privacy https://sites.google.com/view/extensions-privacy
Lingue Supportate 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."
}