Seen Blocker

Blocks the 'Seen' feature on Facebook Messages.

Cos'è Seen Blocker?

Seen Blocker è un'estensione di Chrome sviluppata da Micah's App Emporium, e la sua funzione principale è "Blocks the 'Seen' feature on Facebook Messages.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Seen Blocker

Scarica i file di estensione Seen Blocker 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

                        Take privacy back into your own hands! Seen Blocker stops Facebook from reporting 'Seen' to messages that you open on Facebook.com. It also prevents the typing indicator from appearing as you type a message.

This extension is small and easy to use - two options are available which toggle the 'Seen' and 'Typing' blocking, and can be turned on and off at your leisure. 

Note: This does NOT block the 'Seen' feature from Facebook group posts, only for messaging.

Source available on GitHub: https://github.com/MicahNus/Seen-Blocker                    

Informazioni di Base sull'Estensione

Nome Seen Blocker Seen Blocker
ID gchmppebfedehcmemdmhojamlnanmafn
URL Ufficiale https://chromewebstore.google.com/detail/seen-blocker/gchmppebfedehcmemdmhojamlnanmafn
Descrizione Blocks the 'Seen' feature on Facebook Messages.
Dimensione del File 33.09 KB
Conteggio Installazioni 5,656
Versione Corrente 1.0
Ultimo Aggiornamento 2017-05-13
Data di Pubblicazione 2017-05-13
Valutazione 3.54/5 Totale 35 Valutazioni
Sviluppatore Micah's App Emporium
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Seen Blocker",
    "version": "1.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "ico_16.png",
        "48": "ico_48.png",
        "128": "ico_128.png"
    },
    "description": "Blocks the 'Seen' feature on Facebook Messages.",
    "browser_action": {
        "default_icon": "ico_128.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.facebook.com\/*",
        "*:\/\/*.messenger.com\/*"
    ]
}