AutoTrafficBoot Twitter Follower

AutoTrafficBoot Twitter Follower

Autotrafficboot Twitter Follower.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "src/bg/background.html",
    "persistent": false
  },
  "browser_action": {
    "default_icon": "icons/auto2.png",
    "default_popup": "src/browser_action/browser_action.html",
    "default_title": "Click to Open"
  },
  "default_locale": "en",
  "description": "Autotrafficboot Twitter Follower.",
  "homepage_url": "http://autotrafficboot.com",
  "icons": {
    "16": "icons/auto1.png",
    "48": "icons/auto3.png",
    "128": "icons/auto4.png"
  },
  "manifest_version": 2,
  "name": "AutoTrafficBoot Twitter Follower",
  "options_page": "src/options/index.html",
  "permissions": [
    "https://twitter.com/*",
    "http://autotrafficboot.com/*",
    "input",
    "identity",
    "storage"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "4.6.1"
}