Tiktok Sound Page Auto-Scroll

Introducing TikTok Sound Page Scroller, the ultimate time-saving tool for TikTok users! Say goodbye to endless scrolling and…

Cos'è Tiktok Sound Page Auto-Scroll?

Tiktok Sound Page Auto-Scroll è un'estensione di Chrome sviluppata da tiktoksoundscroller, e la sua funzione principale è "Introducing TikTok Sound Page Scroller, the ultimate time-saving tool for TikTok users! Say goodbye to endless scrolling and…".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Tiktok Sound Page Auto-Scroll

Scarica i file di estensione Tiktok Sound Page Auto-Scroll 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

                        Introducing TikTok Sound Page Scroller, the ultimate time-saving tool for TikTok users!

 Say goodbye to endless scrolling and hello to effortless exploration of TikTok sound pages. Our extension is automating the scrolling process, allowing you to get to videos with desired number of likes - with just a single click!

How to use:
1. Navigate to any TikTok sound page
2. Open our extesion
3. Choose the specific video's number of likes you want to scroll down to
4. Click "Start Scrolling" and watch as our extension takes care of the rest!

No ads and no traffic analyzers!

Save time and energy with TikTok Sound Page Scroller, and focus on enjoying the content you love without the hassle of manual scrolling. Download our extension now and enhance your TikTok journey today!

V1.5 Update:
Upgrated to smoother scrolling down process                    

Informazioni di Base sull'Estensione

Nome Tiktok Sound Page Auto-Scroll Tiktok Sound Page Auto-Scroll
ID debccgpoiidhlmknbnggnjlboglkfakl
URL Ufficiale https://chromewebstore.google.com/detail/tiktok-sound-page-auto-sc/debccgpoiidhlmknbnggnjlboglkfakl
Descrizione Introducing TikTok Sound Page Scroller, the ultimate time-saving tool for TikTok users! Say goodbye to endless scrolling and…
Dimensione del File 17.49 KB
Conteggio Installazioni 21
Versione Corrente 1.5
Ultimo Aggiornamento 2023-07-11
Data di Pubblicazione 2023-07-03
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore tiktoksoundscroller
Email [email protected]
Tipo di Pagamento in_app
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tiktok Sound Page Auto-Scroll",
    "version": "1.5",
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.tiktok.com\/music\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}