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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον 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 της επέκτασης Unseenly

Λήψη αρχείων επέκτασης Unseenly σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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'"
}