Friends-Messenger

Extension to Message facebook friends

Friends-Messengerとは何ですか?

Friends-MessengerはSocioboardによって開発されたChromeの拡張機能で、その主な機能は「Extension to Message facebook friends」です。

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

screenshot
screenshot
screenshot
screenshot

Friends-Messenger拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Friends-Messenger Friends-Messenger
ID fjolkfpicpehhgjdonmjebolnphgffjl
公式URL https://chrome.google.com/webstore/detail/friends-messenger/fjolkfpicpehhgjdonmjebolnphgffjl
説明 Extension to Message facebook friends
ファイルサイズ 796 KB
インストール数 27
現在のバージョン 1.1.5
最終更新日 2017-04-04
公開日 2017-04-04
開発者 Socioboard
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Friends-Messenger",
    "description": "Extension to Message facebook friends",
    "version": "1.1.5",
    "icons": {
        "48": "ffe.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "jquery.js",
        "popup.html",
        "facebook-script.js",
        "script.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.facebook.com\/*",
                "https:\/\/*.facebook.com\/*"
            ],
            "js": [
                "jquery.js",
                "facebook-script.js",
                "script.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "ffe.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "jquery.js"
        ],
        "persistent": false
    }
}