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
官方URL 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"
}