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
}