@mute for TweetDeck

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

@mute for TweetDeckとは何ですか?

@mute for TweetDeckは@eggsboxによって開発されたChromeの拡張機能で、その主な機能は「Mute the specified user tweets, retweets, the DM. This extension reproduce the user mute function of TweetDeck.」です。

拡張機能のスクリーンショット

screenshot

@mute for TweetDeck拡張機能のCRXファイルをダウンロード

@mute for TweetDeck拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 @mute for TweetDeck @mute for TweetDeck
ID pmlaflmdlahpmjkpghlbhfnfhoellkei
公式URL https://chromewebstore.google.com/detail/mute-for-tweetdeck/pmlaflmdlahpmjkpghlbhfnfhoellkei
説明 Mute the specified user tweets, retweets, the DM. This extension reproduce the user mute function of TweetDeck.
ファイルサイズ 89.85 KB
インストール数 27
現在のバージョン 0.3.1
最終更新日 2016-09-17
公開日 2016-09-16
評価 5.00/5 合計 1 レビュー
開発者 @eggsbox
支払い方法 free
拡張機能のウェブサイト https://twitter.com/eggsbox
対応言語 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"
    }
}