Super Automation for TikTok

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

什麼是Super Automation for TikTok?

Super Automation for TikTok是由https://www.aesuhaendi.com開發的Chrome擴展程式,該擴展的主要功能是“There are Auto DM, Like, UnLike, Follow, UnFollow, Comment, Download Images or Videos and many more”。

擴展截圖

screenshot

下載Super Automation for TikTok擴展crx文件

下載Super Automation for TikTok擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Super Automation for TikTok Super Automation for TikTok
ID pfpiegecilfgecllhlnbfnikgkibjdak
官方網址 https://chromewebstore.google.com/detail/super-automation-for-tikt/pfpiegecilfgecllhlnbfnikgkibjdak
簡介 There are Auto DM, Like, UnLike, Follow, UnFollow, Comment, Download Images or Videos and many more
檔案大小 73.55 KB
安裝次數 409
目前版本 1.4.2
更新時間 2023-11-15
上架時間 2022-01-22
評分 1.16/5 共 25 次評分
開發者 https://www.aesuhaendi.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.aesuhaendi.com/2022/01/super-automation-for-tiktok.html
說明頁面URL https://www.aesuhaendi.com/2022/01/super-automation-for-tiktok.html
隱私政策頁面URL https://www.aesuhaendi.com/p/privacy-policy-extensions.html
支援的語言 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\/*"
    ]
}