Unseenly

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

Cos'è Unseenly?

Unseenly è un'estensione di Chrome sviluppata da ikva eSolutions, e la sua funzione principale è "Unseenly for Facebook hides the seen feature in Facebook chat and Messenger. Your friends can't know when you read their message".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Unseenly

Scarica i file di estensione Unseenly in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Unseenly Unseenly
ID mmjginkjeljiaiafplppfkfdindcjkfi
URL Ufficiale https://chromewebstore.google.com/detail/unseenly/mmjginkjeljiaiafplppfkfdindcjkfi
Descrizione Unseenly for Facebook hides the seen feature in Facebook chat and Messenger. Your friends can't know when you read their message
Dimensione del File 348 KB
Conteggio Installazioni 1,163
Versione Corrente 2.0
Ultimo Aggiornamento 2019-02-07
Data di Pubblicazione 2019-02-07
Valutazione 3.17/5 Totale 12 Valutazioni
Sviluppatore ikva eSolutions
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.geekdashboard.com/disable-facebook-seen-feature/
URL della Pagina di Aiuto https://www.geekdashboard.com/contact-us/
URL della Pagina della Politica sulla Privacy https://www.geekdashboard.com/privacy-policy
Lingue Supportate 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'"
}