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?

Tiktok Sound Page Auto-Scroll是由tiktoksoundscroller开发的Chrome扩展程序,该扩展的主要功能是“Introducing TikTok Sound Page Scroller, the ultimate time-saving tool for TikTok users! Say goodbye to endless scrolling and…”。

扩展截图

screenshot
screenshot

下载Tiktok Sound Page Auto-Scroll扩展crx文件

下载Tiktok Sound Page Auto-Scroll扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Tiktok Sound Page Auto-Scroll Tiktok Sound Page Auto-Scroll
ID debccgpoiidhlmknbnggnjlboglkfakl
官方URL https://chromewebstore.google.com/detail/tiktok-sound-page-auto-sc/debccgpoiidhlmknbnggnjlboglkfakl
简介 Introducing TikTok Sound Page Scroller, the ultimate time-saving tool for TikTok users! Say goodbye to endless scrolling and…
文件大小 17.49 KB
安装次数 21
当前版本 1.5
更新时间 2023-07-11
上架时间 2023-07-03
评分 5.00/5 共1次评分
开发者 tiktoksoundscroller
电子邮箱 [email protected]
付费类型 in_app
支持的语言 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"
            ]
        }
    ]
}