@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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย @eggsbox และคุณลักษณะหลักของมันคือ "Mute the specified user tweets, retweets, the DM. This extension reproduce the user mute function of TweetDeck."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย @mute for TweetDeck
ดาวน์โหลดไฟล์ส่วนขยาย @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 |
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" } } |