Super Automation for TikTok

There are Auto DM, Like, UnLike, Follow, UnFollow, Comment, Download Images or Videos and many more

Super Automation for TikTok là gì?

Super Automation for TikTok là một tiện ích mở rộng Chrome được phát triển bởi https://www.aesuhaendi.com, và tính năng chính của nó là "There are Auto DM, Like, UnLike, Follow, UnFollow, Comment, Download Images or Videos and many more".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Super Automation for TikTok

Tải xuống các tệp mở rộng Super Automation for TikTok dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        With this app you can automate TikTok activity and more

Benefits of Using Super Automation for TikTok:
- Unlocked all useful features
- Unfollow people who not follow you back
- Whitelist option and Filters for All Automation
- Automate Automation to Specific Accounts only
- Test Mode
- Great support
- Request new feature

Please Check Screenshots and Videos above for more features and how this app work

NOTE:
- If this app didn't work, please update your chrome to latest version
- If still have any issue, don't hesitate to contact us                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Super Automation for TikTok Super Automation for TikTok
ID pfpiegecilfgecllhlnbfnikgkibjdak
URL Chính Thức https://chromewebstore.google.com/detail/super-automation-for-tikt/pfpiegecilfgecllhlnbfnikgkibjdak
Mô tả There are Auto DM, Like, UnLike, Follow, UnFollow, Comment, Download Images or Videos and many more
Kích Thước Tệp 73.55 KB
Số Lần Cài Đặt 409
Phiên Bản Hiện Tại 1.4.2
Cập Nhật Lần Cuối 2023-11-15
Ngày Phát Hành 2022-01-22
Đánh Giá 1.16/5 Tổng số 25 Đánh Giá
Nhà Phát Triển https://www.aesuhaendi.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.aesuhaendi.com/2022/01/super-automation-for-tiktok.html
URL Trang Trợ Giúp https://www.aesuhaendi.com/2022/01/super-automation-for-tiktok.html
URL Trang Chính Sách Bảo Mật https://www.aesuhaendi.com/p/privacy-policy-extensions.html
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Super Automation for TikTok",
    "version": "1.4.2",
    "description": "There are Auto DM, Like, UnLike, Follow, UnFollow, Comment, Download Images or Videos and many more",
    "icons": {
        "128": "icon\/icon128.png"
    },
    "action": {
        "default_icon": "icon\/icon128.png",
        "default_popup": "popup.html",
        "default_title": "Super Automation for TikTok"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "css\/content.css"
            ],
            "js": [
                "lib\/vendor.js",
                "js\/content.js"
            ],
            "matches": [
                "https:\/\/www.tiktok.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "commands": {
        "run-stop-automation": {
            "description": "Stop Automation",
            "suggested_key": {
                "default": "Ctrl+Shift+K",
                "windows": "Ctrl+Shift+K"
            }
        }
    },
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "permissions": [
        "activeTab",
        "storage",
        "unlimitedStorage",
        "downloads",
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/us-central1-super-automation-for-tiktok.cloudfunctions.net\/*",
        "https:\/\/www.tiktok.com\/*"
    ]
}