Twitter Follow Bot

Twitter Follow Bot

Twitter Follow Bot automatically follows someone’s followers/likers for you

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_popup": "popup/payment.html"
  },
  "author": "Sprise",
  "content_scripts": [
    {
      "js": [
        "content/content.js"
      ],
      "matches": [
        "https://twitter.com/*"
      ]
    }
  ],
  "description": "Twitter Follow Bot automatically follows someone’s followers/likers for you",
  "host_permissions": [
    "https://twitter.com/*",
    "https://sprise-api.xyz/*"
  ],
  "icons": {
    "16": "assets/logo.png",
    "48": "assets/logo.png",
    "128": "assets/logo.png"
  },
  "manifest_version": 3,
  "name": "Twitter Follow Bot",
  "permissions": [
    "storage"
  ],
  "version": "1.0",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}