Facebook Messenger Essentials

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

Apa itu Facebook Messenger Essentials?

Facebook Messenger Essentials adalah ekstensi Chrome yang dikembangkan oleh Rifat Rashid, dan fitur utamanya adalah "Allows the user to view a Facebook message without having the recipient know".

Unduh Berkas CRX Ekstensi Facebook Messenger Essentials

Unduh file ekstensi Facebook Messenger Essentials dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Facebook Messenger Essentials Facebook Messenger Essentials
ID geppelgfjgkpmfegpeekfekpebpohpmk
URL Resmi https://chrome.google.com/webstore/detail/facebook-messenger-essent/geppelgfjgkpmfegpeekfekpebpohpmk
Deskripsi Allows the user to view a Facebook message without having the recipient know
Ukuran File 6.11 KB
Jumlah Instalasi 105
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2015-07-03
Tanggal Publikasi 2015-07-03
Penilaian 1.00/5 Total 1 Penilaian
Pengembang Rifat Rashid
Tipe Pembayaran free
Bahasa yang Didukung 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"
}