@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.”。
擴展截圖
下載@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 |
ID | pmlaflmdlahpmjkpghlbhfnfhoellkei |
官方網址 | 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" } } |