Facebook Messenger Essentials

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

Vad är Facebook Messenger Essentials?

Facebook Messenger Essentials är en Chrome-tillägg utvecklad av Rifat Rashid, och dess huvudfunktion är "Allows the user to view a Facebook message without having the recipient know".

Ladda ner Facebook Messenger Essentials-förlängningens CRX-fil

Ladda ner Facebook Messenger Essentials-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Facebook Messenger Essentials Facebook Messenger Essentials
ID geppelgfjgkpmfegpeekfekpebpohpmk
Officiell webbadress https://chrome.google.com/webstore/detail/facebook-messenger-essent/geppelgfjgkpmfegpeekfekpebpohpmk
Beskrivning Allows the user to view a Facebook message without having the recipient know
Filstorlek 6.11 KB
Antal Installationer 105
Aktuell Version 0.0.1
Senast Uppdaterad 2015-07-03
Publiceringsdatum 2015-07-03
Betyg 1.00/5 Totalt 1 Betyg
Utvecklare Rifat Rashid
Betalningssätt free
Stödda Språk 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"
}