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
Wat is tweet-hider?
tweet-hider is een Chrome-extensie ontwikkeld door http://tweet-hider.ru, en de belangrijkste functie is "tweet-hider is a simple way to hide replies and retweets in order to read only unique content in a user's profile".
Extensie Screenshots
Download het CRX-bestand van de extensie tweet-hider
Download tweet-hider-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | ndagpendmajgnailamkkghmbhiadnjkk |
Officiële URL | https://chrome.google.com/webstore/detail/tweet-hider/ndagpendmajgnailamkkghmbhiadnjkk |
Beschrijving | tweet-hider is a simple way to hide replies and retweets in order to read only unique content in a user's profile |
Bestandsgrootte | 37.21 KB |
Aantal Installaties | 31 |
Huidige Versie | 1.6 |
Laatst Bijgewerkt | 2012-10-02 |
Publicatiedatum | 2012-10-02 |
Beoordeling | 3.67/5 Totaal 9 Beoordelingen |
Ontwikkelaar | http://tweet-hider.ru |
Betalingswijze | free |
Extensiewebsite | http://tweet-hider.ru |
Ondersteunde Talen | 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\/*" ] } |