FBInviteAll

FBInviteAll

This extension allow you to invite all your friends to like FB Page

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "FBInviteAll",
  "description": "This extension allow you to invite all your friends to like FB Page",
  "version": "1.1",
  "icons": {
    "16": "icon.png",
    "32": "icon32.png",
    "48": "icon48.png"
  },
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "FBInviteAll"
  },
  "permissions": [
    "background",
    "activeTab",
    "http://*/*",
    "https://*/*"
  ]
}