Facesnoop

Read your Facebook messages without notifying your friends

Facesnoop क्या है?

Facesnoop http://rely.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Read your Facebook messages without notifying your friends"।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Facesnoop एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}