Twitter Unseen

Block the 'seen' mention on Twitter's DMs

Cos'è Twitter Unseen?

Twitter Unseen è un'estensione di Chrome sviluppata da https://aymericm.fr, e la sua funzione principale è "Block the 'seen' mention on Twitter's DMs".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Twitter Unseen

Scarica i file di estensione Twitter Unseen 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

                        Twitter Unseen is a lightweight extension that enables you to disable the "read" mark on the Twitter's private messages.

This will work with the Twitter's main website and TweetDeck.                    

Informazioni di Base sull'Estensione

Nome Twitter Unseen Twitter Unseen
ID hkmgbjaikdikdamdojnbnohoefmpmhoe
URL Ufficiale https://chromewebstore.google.com/detail/twitter-unseen/hkmgbjaikdikdamdojnbnohoefmpmhoe
Descrizione Block the 'seen' mention on Twitter's DMs
Dimensione del File 618 KB
Conteggio Installazioni 141
Versione Corrente 1.1.0
Ultimo Aggiornamento 2016-09-12
Data di Pubblicazione 2016-09-12
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore https://aymericm.fr
Tipo di Pagamento free
Sito Web dell'Estensione http://aymericm.fr/
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitter Unseen",
    "description": "Block the 'seen' mention on Twitter's DMs",
    "version": "1.1.0",
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "browser_action": {
        "default_icon": "128.png",
        "default_title": "Twitter Unseen"
    },
    "icons": {
        "128": "128.png"
    },
    "permissions": [
        "activeTab",
        "background",
        "storage",
        "https:\/\/twitter.com\/",
        "https:\/\/api.twitter.com\/",
        "webRequest",
        "webRequestBlocking"
    ]
}