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
官方網址 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"
    ]
}