tweet-hider
tweet-hider is a simple way to hide replies and retweets in order to read only unique content in a user's profile
tweet-hiderคืออะไร?
tweet-hider เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://tweet-hider.ru และคุณลักษณะหลักของมันคือ "tweet-hider is a simple way to hide replies and retweets in order to read only unique content in a user's profile"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย tweet-hider
ดาวน์โหลดไฟล์ส่วนขยาย tweet-hider ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
tweet-hider is a simple way to hide replies and retweets in order to read only unique content in a user's profile Tired of endless retweets? Twitter looks like a chat? Tweet-hider easily deals with that! The extension will help you to hide replies and retweets in in a user's profile with one click. How to use the extension: After installing «Hide @ and RT» button will appear above the tweets. It hides all replies and retweets. Get the replies and retweets back by pressing the button again. Invented by RiverCity - http://river-city.ru
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ndagpendmajgnailamkkghmbhiadnjkk |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/tweet-hider/ndagpendmajgnailamkkghmbhiadnjkk |
คำอธิบาย | tweet-hider is a simple way to hide replies and retweets in order to read only unique content in a user's profile |
ขนาดไฟล์ | 37.21 KB |
จำนวนการติดตั้ง | 31 |
เวอร์ชันปัจจุบัน | 1.6 |
อัปเดตครั้งล่าสุด | 2012-10-02 |
วันที่เผยแพร่ | 2012-10-02 |
คะแนน | 3.67/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | http://tweet-hider.ru |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://tweet-hider.ru |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "tweet-hider", "version": "1.6", "description": "tweet-hider is a simple way to hide replies and retweets in order to read only unique content in a user's profile", "content_scripts": [ { "matches": [ "http:\/\/twitter.com\/*", "https:\/\/twitter.com\/*" ], "js": [ "jquery.js", "th.js" ] } ], "manifest_version": 2, "homepage_url": "http:\/\/tweet-hider.ru\/", "permissions": [ "http:\/\/twitter.com\/*", "https:\/\/twitter.com\/*" ] } |