Auto TikTok Scroller
Auto TikTok Scroller is a helpful tool to automatically scroll to the next TikTok when one ends.
什么是Auto TikTok Scroller?
Auto TikTok Scroller是由https://tyson3101.com开发的Chrome扩展程序,该扩展的主要功能是“Auto TikTok Scroller is a helpful tool to automatically scroll to the next TikTok when one ends.”。
扩展截图
下载Auto TikTok Scroller扩展crx文件
下载Auto TikTok Scroller扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A Chrome Extension that adds an auto-scroll feature on TikTok so you can watch TikToks 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! If you have any suggestions or experience problems, post an issue on the GitHub page: https://github.com/Tyson3101/Auto-TikTok-Scroller
扩展基本信息
名称 | Auto TikTok Scroller |
ID | hmajbmalffndhiaegjpobejadjiklfci |
官方URL | https://chromewebstore.google.com/detail/auto-tiktok-scroller/hmajbmalffndhiaegjpobejadjiklfci |
简介 | Auto TikTok Scroller is a helpful tool to automatically scroll to the next TikTok when one ends. |
文件大小 | 26.06 KB |
安装次数 | 82 |
当前版本 | 4.1.1 |
更新时间 | 2024-02-19 |
上架时间 | 2024-02-19 |
开发者 | https://tyson3101.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/Tyson3101/Auto-TikTok-Scroller |
帮助页面URL | https://github.com/Tyson3101/Auto-TikTok-Scroller/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Auto TikTok Scroller", "version": "4.1.1", "content_scripts": [ { "matches": [ "https:\/\/www.tiktok.com\/*" ], "js": [ ".\/dist\/content.js" ] } ], "permissions": [ "tabs", "storage" ], "icons": { "16": ".\/img\/tiktokIcon16.png", "48": ".\/img\/tiktokIcon48.png", "128": ".\/img\/tiktokIcon128.png" }, "action": { "default_popup": ".\/popup\/popup.html", "default_icon": ".\/img\/tiktokIcon128.png", "default_title": "Start scrolling!" }, "description": "Auto TikTok Scroller is a helpful tool to automatically scroll to the next TikTok when one ends." } |