TikTok Auto Play
A simple Chrome extension that will auto play TikToks for you.
What is TikTok Auto Play?
TikTok Auto Play is a Chrome extension developed by Turbo_Jump, and its main feature is "A simple Chrome extension that will auto play TikToks for you.".
Extension Screenshots
Download TikTok Auto Play Extension CRX File
Download TikTok Auto Play 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
Tired of having to click a button everytime you wanna see the next TikTok? Use this extension to lay back & relax while TikTok Automatically goes to the next video each time for you. Step 1: Add the extension STEP 2: Go To The FY Page STEP 3: Click Comments ENJOY!
Extension Basic Information
Name | TikTok Auto Play |
ID | dehlaoojcgdmgbdnchnbpbpimpkjnlad |
Official URL | https://chromewebstore.google.com/detail/tiktok-auto-play/dehlaoojcgdmgbdnchnbpbpimpkjnlad |
Description | A simple Chrome extension that will auto play TikToks for you. |
File Size | 6.75 KB |
Installation Count | 12 |
Current Version | 1.0 |
Last Updated | 2023-05-29 |
Publish Date | 2023-05-29 |
Developer | Turbo_Jump |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "TikTok Auto Play", "version": "1.0", "description": "A simple Chrome extension that will auto play TikToks for you.", "host_permissions": [ "https:\/\/www.tiktok.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.tiktok.com\/*" ], "js": [ "contentScript.js" ] } ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |