Remove Unnecessary Tweets
Extension removes tweets other people's likes, from your timeline.
Что такое Remove Unnecessary Tweets?
Remove Unnecessary Tweets - это расширение Chrome, разработанное emreerkoca, и его основная функция - "Extension removes tweets other people's likes, from your timeline.".
Снимки экрана расширения
Скачать файл CRX расширения Remove Unnecessary Tweets
Скачайте файлы расширений Remove Unnecessary Tweets в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
You' re following some account for information but some people like funny tweets. If you think this is time loosing and you don' t want to see 'X liked this' etc. tweets, you can use this. So you can obtain more good Twitter timeline.
Основная информация о расширении
Название | |
ID | daicnhdooapknokokdpigjfmljkiekmd |
Официальный URL | https://chrome.google.com/webstore/detail/daicnhdooapknokokdpigjfmljkiekmd |
Описание | Extension removes tweets other people's likes, from your timeline. |
Размер файла | 6.95 KB |
Количество установок | 80 |
Текущая Версия | 0.0.2 |
Последнее Обновление | 2020-11-05 |
Дата публикации | 2020-11-05 |
Разработчик | emreerkoca |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Remove Unnecessary Tweets", "description": "Extension removes tweets other people's likes, from your timeline.", "version": "0.0.2", "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/twitter.com\/*" ] } ], "browser_action": { "default_icon": "twitter_icon.png", "default_popup": "popup.html" } } |