Hide Twitter Replies

Hide annoying replies on Twitter, see the genuine tweets.

Hide Twitter Replies란 무엇입니까?

Hide Twitter Replies은(는) https://usman.it에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hide annoying replies on Twitter, see the genuine tweets."입니다.

확장 프로그램 스크린샷

screenshot

Hide Twitter Replies 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Hide Twitter Replies Hide Twitter Replies
ID bobjjmpbpopkbnlpfpcjmncogijmiklm
공식 URL https://chromewebstore.google.com/detail/hide-twitter-replies/bobjjmpbpopkbnlpfpcjmncogijmiklm
설명 Hide annoying replies on Twitter, see the genuine tweets.
파일 크기 60.97 KB
설치 횟수 116
현재 버전 1.0.1
최근 업데이트 2014-04-26
출시 날짜 2014-04-26
평점 4.00/5 총 4 개의 평점
개발자 https://usman.it
결제 유형 free
확장 프로그램 웹 사이트 http://usman.it/hide-twitter-replies
도움말 페이지 URL http://usman.it/hide-twitter-replies
지원되는 언어 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
}