Invite Facebook Friends

Select all your Facebook friends and send them your invite.

What is Invite Facebook Friends?

Invite Facebook Friends is a Chrome extension developed by ilpaijin, and its main feature is "Select all your Facebook friends and send them your invite.".

Download Invite Facebook Friends Extension CRX File

Download Invite Facebook Friends extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Invite Facebook Friends Invite Facebook Friends
ID pnkgpdgkgienhnjamgipapjeoglneipn
Official URL https://chrome.google.com/webstore/detail/invite-facebook-friends/pnkgpdgkgienhnjamgipapjeoglneipn
Description Select all your Facebook friends and send them your invite.
File Size 61.26 KB
Installation Count 135
Current Version 0.2
Last Updated 2014-06-30
Publish Date 2014-06-30
Rating 2.33/5 Total 3 Ratings
Developer ilpaijin
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Invite Facebook Friends",
    "author": "[email protected]",
    "version": "0.2",
    "description": "Select all your Facebook friends and send them your invite.",
    "browser_action": {
        "default_title": "Invite all your Facebook friends",
        "default_icon": ".\/icon\/invite_friends.png"
    },
    "background": {
        "page": "invite.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "coreScript.js"
    ]
}