Seen Blocker

Blocks the 'Seen' feature on Facebook Messages.

Seen Blocker क्या है?

Seen Blocker Micah's App Emporium द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Blocks the 'Seen' feature on Facebook Messages."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

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

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

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

                        Take privacy back into your own hands! Seen Blocker stops Facebook from reporting 'Seen' to messages that you open on Facebook.com. It also prevents the typing indicator from appearing as you type a message.

This extension is small and easy to use - two options are available which toggle the 'Seen' and 'Typing' blocking, and can be turned on and off at your leisure. 

Note: This does NOT block the 'Seen' feature from Facebook group posts, only for messaging.

Source available on GitHub: https://github.com/MicahNus/Seen-Blocker                    

एक्सटेंशन की मूल जानकारी

नाम Seen Blocker Seen Blocker
ID gchmppebfedehcmemdmhojamlnanmafn
आधिकारिक URL https://chromewebstore.google.com/detail/seen-blocker/gchmppebfedehcmemdmhojamlnanmafn
विवरण Blocks the 'Seen' feature on Facebook Messages.
फ़ाइल का आकार 33.09 KB
स्थापना संख्या 5,656
वर्तमान संस्करण 1.0
अंतिम अपडेट 2017-05-13
प्रकाशन तिथि 2017-05-13
रेटिंग 3.54/5 कुल 35 रेटिंग्स
डेवलपर Micah's App Emporium
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Seen Blocker",
    "version": "1.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "ico_16.png",
        "48": "ico_48.png",
        "128": "ico_128.png"
    },
    "description": "Blocks the 'Seen' feature on Facebook Messages.",
    "browser_action": {
        "default_icon": "ico_128.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.facebook.com\/*",
        "*:\/\/*.messenger.com\/*"
    ]
}