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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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\/*"
    ]
}