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
Eメール [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"
    ]
}