Invite All

Invite All

Invite All people to Like Facebook Page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Invite All",
  "description": "Invite All people to Like Facebook Page.",
  "version": "1.12",
  "content_scripts": [
    {
      "matches": [
        "http://*.facebook.com/*",
        "https://*.facebook.com/*"
      ],
      "js": [
        "invite.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "*.png"
  ],
  "permissions": [
    "activeTab",
    "background"
  ],
  "icons": {
    "128": "icon.png"
  }
}