Facebook Messenger Essentials

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

Wat is Facebook Messenger Essentials?

Facebook Messenger Essentials is een Chrome-extensie ontwikkeld door Rifat Rashid, en de belangrijkste functie is "Allows the user to view a Facebook message without having the recipient know".

Download het CRX-bestand van de extensie Facebook Messenger Essentials

Download Facebook Messenger Essentials-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Facebook Messenger Essentials Facebook Messenger Essentials
ID geppelgfjgkpmfegpeekfekpebpohpmk
Officiële URL https://chrome.google.com/webstore/detail/facebook-messenger-essent/geppelgfjgkpmfegpeekfekpebpohpmk
Beschrijving Allows the user to view a Facebook message without having the recipient know
Bestandsgrootte 6.11 KB
Aantal Installaties 105
Huidige Versie 0.0.1
Laatst Bijgewerkt 2015-07-03
Publicatiedatum 2015-07-03
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Rifat Rashid
Betalingswijze free
Ondersteunde Talen 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"
}