Hide Twitter Replies
Hide annoying replies on Twitter, see the genuine tweets.
Что такое Hide Twitter Replies?
Hide Twitter Replies - это расширение Chrome, разработанное https://usman.it, и его основная функция - "Hide annoying replies on Twitter, see the genuine tweets.".
Снимки экрана расширения
Скачать файл CRX расширения Hide Twitter Replies
Скачайте файлы расширений 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 } |