TikTok Auto Next
Auto play next video on tiktok
What is TikTok Auto Next?
TikTok Auto Next is a Chrome extension developed by james.leach.miao, and its main feature is "Auto play next video on tiktok".
Extension Screenshots
Download TikTok Auto Next Extension CRX File
Download TikTok Auto Next extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | TikTok Auto Next |
ID | ngkhljhlamemcpajjlakpdadamgieknc |
Official URL | https://chromewebstore.google.com/detail/tiktok-auto-next/ngkhljhlamemcpajjlakpdadamgieknc |
Description | Auto play next video on tiktok |
File Size | 18.27 KB |
Installation Count | 2,314 |
Current Version | 1.0 |
Last Updated | 2022-04-01 |
Publish Date | 2022-03-31 |
Rating | 4.47/5 Total 17 Ratings |
Developer | james.leach.miao |
[email protected] | |
Payment Type | free |
Help Page URL | https://twitter.com/james_lm93 |
Supported Languages | 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" ] } ] } |