Tiktok Sound Page Auto-Scroll

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

Tiktok Sound Page Auto-Scroll là gì?

Tiktok Sound Page Auto-Scroll là một tiện ích mở rộng Chrome được phát triển bởi tiktoksoundscroller, và tính năng chính của nó là "Introducing TikTok Sound Page Scroller, the ultimate time-saving tool for TikTok users! Say goodbye to endless scrolling and…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tiktok Sound Page Auto-Scroll

Tải xuống các tệp mở rộng Tiktok Sound Page Auto-Scroll dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tiktok Sound Page Auto-Scroll Tiktok Sound Page Auto-Scroll
ID debccgpoiidhlmknbnggnjlboglkfakl
URL Chính Thức https://chromewebstore.google.com/detail/tiktok-sound-page-auto-sc/debccgpoiidhlmknbnggnjlboglkfakl
Mô tả Introducing TikTok Sound Page Scroller, the ultimate time-saving tool for TikTok users! Say goodbye to endless scrolling and…
Kích Thước Tệp 17.49 KB
Số Lần Cài Đặt 21
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2023-07-11
Ngày Phát Hành 2023-07-03
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển tiktoksoundscroller
Email [email protected]
Loại Thanh Toán in_app
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}