TikTok Auto Next
Auto play next video on tiktok
什么是TikTok Auto Next?
TikTok Auto Next是由james.leach.miao开发的Chrome扩展程序,该扩展的主要功能是“Auto play next video on tiktok”。
扩展截图
下载TikTok Auto Next扩展crx文件
下载TikTok Auto Next扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension will help you to automatically play the next video after the current one has finished playing. Free your hands and enjoy the videos.
扩展基本信息
名称 | TikTok Auto Next |
ID | ngkhljhlamemcpajjlakpdadamgieknc |
官方URL | https://chromewebstore.google.com/detail/tiktok-auto-next/ngkhljhlamemcpajjlakpdadamgieknc |
简介 | Auto play next video on tiktok |
文件大小 | 18.27 KB |
安装次数 | 2,314 |
当前版本 | 1.0 |
更新时间 | 2022-04-01 |
上架时间 | 2022-03-31 |
评分 | 4.47/5 共17次评分 |
开发者 | james.leach.miao |
电子邮箱 | [email protected] |
付费类型 | free |
帮助页面URL | https://twitter.com/james_lm93 |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TikTok Auto Next", "description": "Auto play next video on tiktok", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "service-worker.js" }, "permissions": [ "storage" ], "action": { "default_icon": { "16": "\/images\/off16.png", "32": "\/images\/off32.png", "48": "\/images\/off48.png", "128": "\/images\/off128.png" } }, "icons": { "16": "\/images\/off16.png", "32": "\/images\/off32.png", "48": "\/images\/off48.png", "128": "\/images\/off128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.tiktok.com\/*" ], "js": [ "content-script.js" ] } ] } |