Invite All

Invite All people to Like Facebook Page.

Invite Allとは何ですか?

Invite Allはmanpreet2760によって開発されたChromeの拡張機能で、その主な機能は「Invite All people to Like Facebook Page.」です。

拡張機能のスクリーンショット

screenshot

Invite All拡張機能のCRXファイルをダウンロード

Invite All拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Invite upto 50 people a day to like your page on facebook.                    

拡張機能の基本情報

名前 Invite All Invite All
ID kfiadggaijonhadndemaccnilcmnljah
公式URL https://chromewebstore.google.com/detail/invite-all/kfiadggaijonhadndemaccnilcmnljah
説明 Invite All people to Like Facebook Page.
ファイルサイズ 32.03 KB
インストール数 6,000
現在のバージョン 1.12
最終更新日 2016-04-06
公開日 2016-04-05
評価 3.13/5 合計 48 レビュー
開発者 manpreet2760
支払い方法 free
拡張機能のウェブサイト http://app.postdiscover.com
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Invite All",
    "description": "Invite All people to Like Facebook Page.",
    "version": "1.12",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.facebook.com\/*",
                "https:\/\/*.facebook.com\/*"
            ],
            "js": [
                "invite.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "*.png"
    ],
    "permissions": [
        "activeTab",
        "background"
    ],
    "icons": {
        "128": "icon.png"
    }
}