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.」です。
拡張機能のスクリーンショット
Hide Twitter Replies拡張機能のCRXファイルをダウンロード
Hide Twitter Replies拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 } |