@mute for TweetDeck
Mute the specified user tweets, retweets, the DM. This extension reproduce the user mute function of TweetDeck.
@mute for TweetDeck là gì?
@mute for TweetDeck là một tiện ích mở rộng Chrome được phát triển bởi @eggsbox, và tính năng chính của nó là "Mute the specified user tweets, retweets, the DM. This extension reproduce the user mute function of TweetDeck.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng @mute for TweetDeck
Tải xuống các tệp mở rộng @mute for TweetDeck dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | @mute for TweetDeck |
ID | pmlaflmdlahpmjkpghlbhfnfhoellkei |
URL Chính Thức | https://chromewebstore.google.com/detail/mute-for-tweetdeck/pmlaflmdlahpmjkpghlbhfnfhoellkei |
Mô tả | Mute the specified user tweets, retweets, the DM. This extension reproduce the user mute function of TweetDeck. |
Kích Thước Tệp | 89.85 KB |
Số Lần Cài Đặt | 27 |
Phiên Bản Hiện Tại | 0.3.1 |
Cập Nhật Lần Cuối | 2016-09-17 |
Ngày Phát Hành | 2016-09-16 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | @eggsbox |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://twitter.com/eggsbox |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |