Super Automation for TikTok

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

Qu'est-ce que Super Automation for TikTok ?

Super Automation for TikTok est une extension Chrome développée par https://www.aesuhaendi.com, et sa fonction principale est "There are Auto DM, Like, UnLike, Follow, UnFollow, Comment, Download Images or Videos and many more".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Super Automation for TikTok

Téléchargez les fichiers d'extension Super Automation for TikTok au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Super Automation for TikTok Super Automation for TikTok
ID pfpiegecilfgecllhlnbfnikgkibjdak
URL Officiel https://chromewebstore.google.com/detail/super-automation-for-tikt/pfpiegecilfgecllhlnbfnikgkibjdak
Description There are Auto DM, Like, UnLike, Follow, UnFollow, Comment, Download Images or Videos and many more
Taille du Fichier 73.55 KB
Nombre d'Installations 409
Version Actuelle 1.4.2
Dernière Mise à Jour 2023-11-15
Date de Publication 2022-01-22
Évaluation 1.16/5 Total 25 Évaluations
Développeur https://www.aesuhaendi.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.aesuhaendi.com/2022/01/super-automation-for-tiktok.html
URL de la Page d'Aide https://www.aesuhaendi.com/2022/01/super-automation-for-tiktok.html
URL de la Page de Politique de Confidentialité https://www.aesuhaendi.com/p/privacy-policy-extensions.html
Langues Prises en Charge 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\/*"
    ]
}