Unseenly

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

Vad är Unseenly?

Unseenly är en Chrome-tillägg utvecklad av ikva eSolutions, och dess huvudfunktion är "Unseenly for Facebook hides the seen feature in Facebook chat and Messenger. Your friends can't know when you read their message".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Unseenly-förlängningens CRX-fil

Ladda ner Unseenly-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Unseenly Unseenly
ID mmjginkjeljiaiafplppfkfdindcjkfi
Officiell webbadress https://chromewebstore.google.com/detail/unseenly/mmjginkjeljiaiafplppfkfdindcjkfi
Beskrivning Unseenly for Facebook hides the seen feature in Facebook chat and Messenger. Your friends can't know when you read their message
Filstorlek 348 KB
Antal Installationer 1,163
Aktuell Version 2.0
Senast Uppdaterad 2019-02-07
Publiceringsdatum 2019-02-07
Betyg 3.17/5 Totalt 12 Betyg
Utvecklare ikva eSolutions
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.geekdashboard.com/disable-facebook-seen-feature/
Hjälpsida URL https://www.geekdashboard.com/contact-us/
URL till Sekretesspolicy Sidan https://www.geekdashboard.com/privacy-policy
Stödda Språk 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'"
}