Tiktok Sound Page Auto-Scroll

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

What is Tiktok Sound Page Auto-Scroll?

Tiktok Sound Page Auto-Scroll is a Chrome extension developed by tiktoksoundscroller, and its main feature is "Introducing TikTok Sound Page Scroller, the ultimate time-saving tool for TikTok users! Say goodbye to endless scrolling and…".

Extension Screenshots

screenshot
screenshot

Download Tiktok Sound Page Auto-Scroll Extension CRX File

Download Tiktok Sound Page Auto-Scroll extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Tiktok Sound Page Auto-Scroll Tiktok Sound Page Auto-Scroll
ID debccgpoiidhlmknbnggnjlboglkfakl
Official URL https://chromewebstore.google.com/detail/tiktok-sound-page-auto-sc/debccgpoiidhlmknbnggnjlboglkfakl
Description Introducing TikTok Sound Page Scroller, the ultimate time-saving tool for TikTok users! Say goodbye to endless scrolling and…
File Size 17.49 KB
Installation Count 21
Current Version 1.5
Last Updated 2023-07-11
Publish Date 2023-07-03
Rating 5.00/5 Total 1 Ratings
Developer tiktoksoundscroller
Email [email protected]
Payment Type in_app
Supported Languages 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"
            ]
        }
    ]
}