Tweepi Bulk Default Action (aka Select All)

Tweepi Bulk Default Action (aka Select All)

Performs 'Default Action' on all users on a Tweepi page. It'll help you get more followers quickly.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Tweepi Bulk Default Action (aka Select All)",
  "version": "0.4.1",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "description": "Performs 'Default Action' on all users on a Tweepi page. It'll help you get more followers quickly.",
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Tweepi Bulk Default Action (aka Select All). Click to perform action."
  },
  "permissions": [
    "http://*.tweepi.com/",
    "https://*.tweepi.com/",
    "tabs"
  ],
  "manifest_version": 2
}