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 - это расширение Chrome, разработанное http://tweet-hider.ru, и его основная функция - "tweet-hider is a simple way to hide replies and retweets in order to read only unique content in a user's profile".
Снимки экрана расширения
Скачать файл CRX расширения tweet-hider
Скачайте файлы расширений tweet-hider в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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\/*" ] } |