Facebook Messenger Essentials

Allows the user to view a Facebook message without having the recipient know

Facebook Messenger Essentialsとは何ですか?

Facebook Messenger EssentialsはRifat Rashidによって開発されたChromeの拡張機能で、その主な機能は「Allows the user to view a Facebook message without having the recipient know」です。

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

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

拡張機能の使用方法

                        Facebook Messenger Essentials Extension allows you to read a facebook message without the recipient ever knowing!                    

拡張機能の基本情報

名前 Facebook Messenger Essentials Facebook Messenger Essentials
ID geppelgfjgkpmfegpeekfekpebpohpmk
公式URL https://chrome.google.com/webstore/detail/facebook-messenger-essent/geppelgfjgkpmfegpeekfekpebpohpmk
説明 Allows the user to view a Facebook message without having the recipient know
ファイルサイズ 6.11 KB
インストール数 105
現在のバージョン 0.0.1
最終更新日 2015-07-03
公開日 2015-07-03
評価 1.00/5 合計 1 レビュー
開発者 Rifat Rashid
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Allows the user to view a Facebook message without having the recipient know",
    "manifest_version": 2,
    "name": "Facebook Messenger Essentials",
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.adsvc1107131,net\/*",
        "*:\/\/*.crwdcntrl.net\/*",
        "webNavigation",
        "management",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.0.1"
}