TikTok - Auto Scroller

Extension that does the scrolling for you without the need to touch your mouse. Whenever a TikTok ends, the extension will…

什么是TikTok - Auto Scroller?

TikTok - Auto Scroller是由browsnerose开发的Chrome扩展程序,该扩展的主要功能是“Extension that does the scrolling for you without the need to touch your mouse. Whenever a TikTok ends, the extension will…”。

扩展截图

screenshot

下载TikTok - Auto Scroller扩展crx文件

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

扩展使用说明

                        Extension that does the scrolling for you 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! Just be sure to not tell your teachers                    

扩展基本信息

名称 TikTok - Auto Scroller TikTok - Auto Scroller
ID fhacoogibhadlhlnkjkojidmphpjidbj
官方URL https://chromewebstore.google.com/detail/tiktok-auto-scroller/fhacoogibhadlhlnkjkojidmphpjidbj
简介 Extension that does the scrolling for you without the need to touch your mouse. Whenever a TikTok ends, the extension will…
文件大小 22.52 KB
安装次数 86
当前版本 1.0.0
更新时间 2023-06-29
上架时间 2023-06-29
评分 5.00/5 共2次评分
开发者 browsnerose
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://sites.google.com/view/extensions-privacy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TikTok - Auto Scroller",
    "version": "1.0.0",
    "permissions": [
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "icon.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.tiktok.com\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}