Facesnoop

Read your Facebook messages without notifying your friends

什么是Facesnoop?

Facesnoop是由http://rely.io开发的Chrome扩展程序,该扩展的主要功能是“Read your Facebook messages without notifying your friends”。

下载Facesnoop扩展crx文件

下载Facesnoop扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Read your Facebook messages without letting your friends know that you did.

Open the discussion thread, download documents, images or just read the new messages... and reply whenever *YOU* decide.

Your friends will never know whether or not you have read their messages. This will prevent them to get annoyed at you because "you are taking too long to reply" or "dropping a R-bomb on them". Take back your friend citizen!

This extension is 100% free and open source.

If you want to contribute, or drop a nice message / feature request: http://github.com/aaronwinter/facesnoop

If you have any questions you can contact the developer (me!) of this app directly: [email protected]

Enjoy!                    

扩展基本信息

名称 Facesnoop Facesnoop
ID kebmejpcciehlicgipgfinbgdbedeoag
官方URL https://chrome.google.com/webstore/detail/kebmejpcciehlicgipgfinbgdbedeoag
简介 Read your Facebook messages without notifying your friends
文件大小 38.05 KB
安装次数 627
当前版本 7.5
更新时间 2015-11-18
上架时间 2015-11-18
评分 4.21/5 共14次评分
开发者 http://rely.io
付费类型 free
扩展官网 http://rely.io/facesnoop
帮助页面URL http://rely.io/facesnoop
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Facesnoop",
    "description": "Read your Facebook messages without notifying your friends",
    "version": "7.5",
    "author": "Aaron",
    "icons": {
        "16": "res\/icon16.png",
        "32": "res\/icon32.png",
        "48": "res\/icon48.png",
        "128": "res\/icon128.png",
        "256": "res\/icon256.png"
    },
    "background": {
        "scripts": [
            "facesnoop.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "20": "res\/icon16.png",
            "32": "res\/icon32.png",
            "48": "res\/icon48.png",
            "128": "res\/icon128.png",
            "256": "res\/icon256.png"
        },
        "default_popup": "interface.html"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.facebook.com\/*"
    ],
    "manifest_version": 2
}