AutoSwipe for TikTok
Auto swiping videos in TikTok!
What is AutoSwipe for TikTok?
AutoSwipe for TikTok is a Chrome extension developed by Outcourse, and its main feature is "Auto swiping videos in TikTok!".
Extension Screenshots
Download AutoSwipe for TikTok Extension CRX File
Download AutoSwipe for TikTok 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
Just download and enjoy auto-swipe for your TikTok!
Extension Basic Information
Name | AutoSwipe for TikTok |
ID | ldmkolnjielankbbpnbdkjngphejdihm |
Official URL | https://chromewebstore.google.com/detail/autoswipe-for-tiktok/ldmkolnjielankbbpnbdkjngphejdihm |
Description | Auto swiping videos in TikTok! |
File Size | 1.03 MB |
Installation Count | 75 |
Current Version | 1.0.1 |
Last Updated | 2021-08-06 |
Publish Date | 2021-08-04 |
Rating | 2.33/5 Total 3 Ratings |
Developer | Outcourse |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AutoSwipe for TikTok", "description": "Auto swiping videos in TikTok!", "version": "1.0.1", "manifest_version": 2, "icons": { "128": "logo.png" }, "browser_action": { "default_icon": "logo.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.tiktok.com\/*" ], "js": [ "swipe.js" ] } ] } |