Unseenly

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

Co je Unseenly?

Unseenly je rozšíření Chrome vyvinuté ikva eSolutions, a jeho hlavní funkcí je „Unseenly for Facebook hides the seen feature in Facebook chat and Messenger. Your friends can't know when you read their message“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Unseenly

Stáhněte si soubory rozšíření Unseenly ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Unseenly Unseenly
ID mmjginkjeljiaiafplppfkfdindcjkfi
Oficiální URL https://chromewebstore.google.com/detail/unseenly/mmjginkjeljiaiafplppfkfdindcjkfi
Popis Unseenly for Facebook hides the seen feature in Facebook chat and Messenger. Your friends can't know when you read their message
Velikost souboru 348 KB
Počet instalací 1,163
Aktuální Verze 2.0
Poslední Aktualizace 2019-02-07
Datum Vydání 2019-02-07
Hodnocení 3.17/5 Celkem 12 Hodnocení
Vývojář ikva eSolutions
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.geekdashboard.com/disable-facebook-seen-feature/
URL Stránky Nápovědy https://www.geekdashboard.com/contact-us/
URL Stránky Zásad Ochrany Soukromí https://www.geekdashboard.com/privacy-policy
Podporované Jazyky 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'"
}