HappyOnline Invite All Extension

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

什么是HappyOnline Invite All Extension?

HappyOnline Invite All Extension是由HappyOnline.gr开发的Chrome扩展程序,该扩展的主要功能是“Add an action on Facebook Invites and check all your Facebook Friends (compatible with the latest changes)”。

下载HappyOnline Invite All Extension扩展crx文件

下载HappyOnline Invite All Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 HappyOnline Invite All Extension HappyOnline Invite All Extension
ID hdinddahbnelfaokfoileghdehgehooo
官方URL https://chrome.google.com/webstore/detail/happyonline-invite-all-ex/hdinddahbnelfaokfoileghdehgehooo
简介 Add an action on Facebook Invites and check all your Facebook Friends (compatible with the latest changes)
文件大小 43.52 KB
安装次数 46
当前版本 1.3.1
更新时间 2015-01-19
上架时间 2015-01-19
评分 3.00/5 共2次评分
开发者 HappyOnline.gr
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    ]
}