@mute for TweetDeck

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

O que é @mute for TweetDeck?

@mute for TweetDeck é uma extensão do Chrome desenvolvida por @eggsbox, e sua principal característica é "Mute the specified user tweets, retweets, the DM. This extension reproduce the user mute function of TweetDeck.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão @mute for TweetDeck

Baixe arquivos de extensão @mute for TweetDeck no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome @mute for TweetDeck @mute for TweetDeck
ID pmlaflmdlahpmjkpghlbhfnfhoellkei
URL Oficial https://chromewebstore.google.com/detail/mute-for-tweetdeck/pmlaflmdlahpmjkpghlbhfnfhoellkei
Descrição Mute the specified user tweets, retweets, the DM. This extension reproduce the user mute function of TweetDeck.
Tamanho do Arquivo 89.85 KB
Contagem de Instalações 27
Versão Atual 0.3.1
Última Atualização 2016-09-17
Data de Publicação 2016-09-16
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor @eggsbox
Tipo de Pagamento free
Site da Extensão https://twitter.com/eggsbox
Idiomas Suportados 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"
    }
}