Hide Twitter Replies

Hide annoying replies on Twitter, see the genuine tweets.

Hide Twitter Replies là gì?

Hide Twitter Replies là một tiện ích mở rộng Chrome được phát triển bởi https://usman.it, và tính năng chính của nó là "Hide annoying replies on Twitter, see the genuine tweets.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Hide Twitter Replies

Tải xuống các tệp mở rộng Hide Twitter Replies 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

                        Finally, new Twitter profile has this feature built-in. This project is now deprecated and no longer supported.

==================================

Are you annoyed by the @replies on Twitter? Be it on any profile or news feed, it looks like a chat session. Now you can hide these annoying replies and you can see the genuine tweets. Install this extension and you will find a "Hide Replies" button on Twitter, clicking it will hide all the replies, clicking it again will show the replies.

Please share this extension and if you need help please visit my website http://usman.it/hide-twitter-replies                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Hide Twitter Replies Hide Twitter Replies
ID bobjjmpbpopkbnlpfpcjmncogijmiklm
URL Chính Thức https://chromewebstore.google.com/detail/hide-twitter-replies/bobjjmpbpopkbnlpfpcjmncogijmiklm
Mô tả Hide annoying replies on Twitter, see the genuine tweets.
Kích Thước Tệp 60.97 KB
Số Lần Cài Đặt 116
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2014-04-26
Ngày Phát Hành 2014-04-26
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://usman.it
Loại Thanh Toán free
Trang Web Mở Rộng http://usman.it/hide-twitter-replies
URL Trang Trợ Giúp http://usman.it/hide-twitter-replies
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "jquery-1.8.0.min.js",
                "hide_twitter_replies.js"
            ],
            "matches": [
                "*:\/\/twitter.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Hide annoying replies on Twitter, see the genuine tweets.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "minimum_chrome_version": "6",
    "name": "Hide Twitter Replies",
    "permissions": [
        "*:\/\/twitter.com\/*"
    ],
    "version": "1.0.1",
    "manifest_version": 2
}