@mute for TweetDeck

Mute the specified user tweets, retweets, the DM. This extension reproduce the user mute function of TweetDeck.

Cos'è @mute for TweetDeck?

@mute for TweetDeck è un'estensione di Chrome sviluppata da @eggsbox, e la sua funzione principale è "Mute the specified user tweets, retweets, the DM. This extension reproduce the user mute function of TweetDeck.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione @mute for TweetDeck

Scarica i file di estensione @mute for TweetDeck 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

                        How to use

1)
Remove the @ mark from the user ID you want to mute, and entered into the text box, and press the Save button.

2)
If you want to mute the multiple of the user ID, enter a comma (,) separator.

3)
If are signed in to Chrome, setting the contents of the @mute will be synchronized between the terminal.                    

Informazioni di Base sull'Estensione

Nome @mute for TweetDeck @mute for TweetDeck
ID pmlaflmdlahpmjkpghlbhfnfhoellkei
URL Ufficiale https://chromewebstore.google.com/detail/mute-for-tweetdeck/pmlaflmdlahpmjkpghlbhfnfhoellkei
Descrizione Mute the specified user tweets, retweets, the DM. This extension reproduce the user mute function of TweetDeck.
Dimensione del File 89.85 KB
Conteggio Installazioni 27
Versione Corrente 0.3.1
Ultimo Aggiornamento 2016-09-17
Data di Pubblicazione 2016-09-16
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore @eggsbox
Tipo di Pagamento free
Sito Web dell'Estensione https://twitter.com/eggsbox
Lingue Supportate en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "@mute for TweetDeck",
    "description": "__MSG_locale_description__",
    "default_locale": "en",
    "version": "0.3.1",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "https:\/\/tweetdeck.twitter.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/tweetdeck.twitter.com\/*"
            ],
            "js": [
                "js\/jquery-1.8.3.min.js",
                "js\/content_scripts.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "browser_action": {
        "default_popup": "popup.html"
    }
}