Super Automation for TikTok

Super Automation for TikTok

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

Merlin
Additional files are visible only to premium users

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/*"
  ]
}