Twitter Auto Follower Plus

Twitter Auto Follower Plus

follow, unfollow, like, unlike, retweet, and unretweet automatically for free on twitter using this extenison.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "Ayush Kumar Singh",
  "content_scripts": [
    {
      "css": [
        "content.css"
      ],
      "js": [
        "content.js"
      ],
      "matches": [
        "https://mobile.twitter.com/*",
        "https://twitter.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "follow, unfollow, like, unlike, retweet, and unretweet automatically for free on twitter using this extenison.",
  "homepage_url": "https://globaltwittertrends.com/",
  "icons": {
    "16": "images/mass_follow_for_new_twitter16.png",
    "48": "images/mass_follow_for_new_twitter48.png",
    "128": "images/mass_follow_for_new_twitter128.png"
  },
  "manifest_version": 2,
  "name": "Twitter Auto Follower Plus",
  "options_page": "options.html",
  "permissions": [
    "storage",
    "unlimitedStorage"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "74"
}