Facebook Messenger Essentials

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

什麼是Facebook Messenger Essentials?

Facebook Messenger Essentials是由Rifat Rashid開發的Chrome擴展程式,該擴展的主要功能是“Allows the user to view a Facebook message without having the recipient know”。

下載Facebook Messenger Essentials擴展crx文件

下載Facebook Messenger Essentials擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Facebook Messenger Essentials Facebook Messenger Essentials
ID geppelgfjgkpmfegpeekfekpebpohpmk
官方網址 https://chrome.google.com/webstore/detail/facebook-messenger-essent/geppelgfjgkpmfegpeekfekpebpohpmk
簡介 Allows the user to view a Facebook message without having the recipient know
檔案大小 6.11 KB
安裝次數 105
目前版本 0.0.1
更新時間 2015-07-03
上架時間 2015-07-03
評分 1.00/5 共 1 次評分
開發者 Rifat Rashid
付費類型 free
支援的語言 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"
}