Unseenly

Unseenly for Facebook hides the seen feature in Facebook chat and Messenger. Your friends can't know when you read their message

Unseenly क्या है?

Unseenly ikva eSolutions द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Unseenly for Facebook hides the seen feature in Facebook chat and Messenger. Your friends can't know when you read their message"।

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

screenshot
screenshot
screenshot

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

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

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

                        Unseenly extension is for hiding the seen feature in Facebook chat. Currently this extension will work on www.facebook.com, m.facebook.com and messenger.com 

All you have to do is just install the extension and you are good to go. You can easily toggle the extension ON and OFF by clicking the unseenly icon from your extensions list. 

This is completely free, secure and free from malware and no unwanted pop-ups.                    

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

नाम Unseenly Unseenly
ID mmjginkjeljiaiafplppfkfdindcjkfi
आधिकारिक URL https://chromewebstore.google.com/detail/unseenly/mmjginkjeljiaiafplppfkfdindcjkfi
विवरण Unseenly for Facebook hides the seen feature in Facebook chat and Messenger. Your friends can't know when you read their message
फ़ाइल का आकार 348 KB
स्थापना संख्या 1,163
वर्तमान संस्करण 2.0
अंतिम अपडेट 2019-02-07
प्रकाशन तिथि 2019-02-07
रेटिंग 3.17/5 कुल 12 रेटिंग्स
डेवलपर ikva eSolutions
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.geekdashboard.com/disable-facebook-seen-feature/
सहायता पृष्ठ URL https://www.geekdashboard.com/contact-us/
गोपनीयता नीति पृष्ठ URL https://www.geekdashboard.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Unseenly",
    "version": "2.0",
    "manifest_version": 2,
    "description": "Unseenly for Facebook hides the seen feature in Facebook chat and Messenger. Your friends can't know when you read their message",
    "background": {
        "scripts": [
            "settings\/source\/lib\/store.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.messenger.com\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/hide_chat_seen.js"
            ]
        }
    ],
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.facebook.com\/*",
        "*:\/\/*.messenger.com\/*",
        "*:\/\/*.unseenly.com\/*"
    ],
    "browser_action": {
        "default_icon": "img\/icon48.png",
        "default_popup": "html\/popup.html"
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}