Facebook Messenger Essentials

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

What is Facebook Messenger Essentials?

Facebook Messenger Essentials is a Chrome extension developed by Rifat Rashid, and its main feature is "Allows the user to view a Facebook message without having the recipient know".

Download Facebook Messenger Essentials Extension CRX File

Download Facebook Messenger Essentials extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Facebook Messenger Essentials Facebook Messenger Essentials
ID geppelgfjgkpmfegpeekfekpebpohpmk
Official URL https://chrome.google.com/webstore/detail/facebook-messenger-essent/geppelgfjgkpmfegpeekfekpebpohpmk
Description Allows the user to view a Facebook message without having the recipient know
File Size 6.11 KB
Installation Count 105
Current Version 0.0.1
Last Updated 2015-07-03
Publish Date 2015-07-03
Rating 1.00/5 Total 1 Ratings
Developer Rifat Rashid
Payment Type free
Supported Languages 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"
}