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 là gì?
tweet-hider là một tiện ích mở rộng Chrome được phát triển bởi http://tweet-hider.ru, và tính năng chính của nó là "tweet-hider is a simple way to hide replies and retweets in order to read only unique content in a user's profile".
Ả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 tweet-hider
Tải xuống các tệp mở rộng tweet-hider 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
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ndagpendmajgnailamkkghmbhiadnjkk |
URL Chính Thức | https://chrome.google.com/webstore/detail/tweet-hider/ndagpendmajgnailamkkghmbhiadnjkk |
Mô tả | tweet-hider is a simple way to hide replies and retweets in order to read only unique content in a user's profile |
Kích Thước Tệp | 37.21 KB |
Số Lần Cài Đặt | 31 |
Phiên Bản Hiện Tại | 1.6 |
Cập Nhật Lần Cuối | 2012-10-02 |
Ngày Phát Hành | 2012-10-02 |
Đánh Giá | 3.67/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | http://tweet-hider.ru |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://tweet-hider.ru |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |