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은(는) http://tweet-hider.ru에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/*" ] } |