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
What is tweet-hider?
tweet-hider is a Chrome extension developed by http://tweet-hider.ru, and its main feature is "tweet-hider is a simple way to hide replies and retweets in order to read only unique content in a user's profile".
Extension Screenshots
Download tweet-hider Extension CRX File
Download tweet-hider extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | ndagpendmajgnailamkkghmbhiadnjkk |
Official URL | https://chrome.google.com/webstore/detail/tweet-hider/ndagpendmajgnailamkkghmbhiadnjkk |
Description | tweet-hider is a simple way to hide replies and retweets in order to read only unique content in a user's profile |
File Size | 37.21 KB |
Installation Count | 31 |
Current Version | 1.6 |
Last Updated | 2012-10-02 |
Publish Date | 2012-10-02 |
Rating | 3.67/5 Total 9 Ratings |
Developer | http://tweet-hider.ru |
Payment Type | free |
Extension Website | http://tweet-hider.ru |
Supported Languages | 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\/*" ] } |