Facebook Messenger Essentials

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

Cos'è Facebook Messenger Essentials?

Facebook Messenger Essentials è un'estensione di Chrome sviluppata da Rifat Rashid, e la sua funzione principale è "Allows the user to view a Facebook message without having the recipient know".

Scarica il file CRX dell'estensione Facebook Messenger Essentials

Scarica i file di estensione Facebook Messenger Essentials in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Facebook Messenger Essentials Facebook Messenger Essentials
ID geppelgfjgkpmfegpeekfekpebpohpmk
URL Ufficiale https://chrome.google.com/webstore/detail/facebook-messenger-essent/geppelgfjgkpmfegpeekfekpebpohpmk
Descrizione Allows the user to view a Facebook message without having the recipient know
Dimensione del File 6.11 KB
Conteggio Installazioni 105
Versione Corrente 0.0.1
Ultimo Aggiornamento 2015-07-03
Data di Pubblicazione 2015-07-03
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore Rifat Rashid
Tipo di Pagamento free
Lingue Supportate 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"
}