Rebotou - Auto like & comment bot on TikTok

Rebotou - Auto like & comment bot on TikTok

Get more user engagement on TikTok by auto like & comment, allowing for fast user growth and income with minimal time investment.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_rebotou_name__",
  "description": "__MSG_rebotou_desc__",
  "version": "2.1.6",
  "manifest_version": 3,
  "default_locale": "en",
  "permissions": [
    "storage",
    "system.display",
    "unlimitedStorage",
    "declarativeNetRequest"
  ],
  "icons": {
    "128": "images/logo128.png"
  },
  "action": {
    "default_title": "__MSG_rebotou_name__",
    "default_popup": "src/popup.html"
  },
  "options_page": "src/index.html?page=options",
  "omnibox": {
    "keyword": "rb"
  },
  "background": {
    "service_worker": "assets/background.js"
  },
  "externally_connectable": {
    "matches": [
      "https://*.rebotou.com/subscription/success"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.tiktok.com/*"
      ],
      "js": [
        "assets/content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "assets/inject.js"
      ],
      "matches": [
        "https://*.tiktok.com/*"
      ],
      "use_dynamic_url": true
    }
  ],
  "host_permissions": [
    "https://*.tiktok.com/*",
    "https://rebotou.fly.dev/*"
  ]
}