HappyOnline Invite All Extension

Add an action on Facebook Invites and check all your Facebook Friends (compatible with the latest changes)

What is HappyOnline Invite All Extension?

HappyOnline Invite All Extension is a Chrome extension developed by HappyOnline.gr, and its main feature is "Add an action on Facebook Invites and check all your Facebook Friends (compatible with the latest changes)".

Download HappyOnline Invite All Extension Extension CRX File

Download HappyOnline Invite All Extension 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

                        Add an action on Facebook Invites and check all your Facebook Friends (compatible with the latest changes)                    

Extension Basic Information

Name HappyOnline Invite All Extension HappyOnline Invite All Extension
ID hdinddahbnelfaokfoileghdehgehooo
Official URL https://chrome.google.com/webstore/detail/happyonline-invite-all-ex/hdinddahbnelfaokfoileghdehgehooo
Description Add an action on Facebook Invites and check all your Facebook Friends (compatible with the latest changes)
File Size 43.52 KB
Installation Count 46
Current Version 1.3.1
Last Updated 2015-01-19
Publish Date 2015-01-19
Rating 3.00/5 Total 2 Ratings
Developer HappyOnline.gr
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HappyOnline Invite All Extension",
    "version": "1.3.1",
    "description": "Add an action on Facebook Invites and check all your Facebook Friends (compatible with the latest changes)",
    "author": "HappyOnline",
    "icons": {
        "128": "icon-128.png",
        "64": "icon-64.png",
        "32": "icon-32.png",
        "16": "icon-16.png"
    },
    "browser_action": {
        "default_icon": "icon-64.png"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "contentscript.js"
    ]
}