Twitter UnHooked

Hides parts of Twitter that are unneeded/addictive: trends, follower recommendations.

Что такое Twitter UnHooked?

Twitter UnHooked - это расширение Chrome, разработанное Pamela Fox, и его основная функция - "Hides parts of Twitter that are unneeded/addictive: trends, follower recommendations.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Twitter UnHooked

Скачайте файлы расширений Twitter UnHooked в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This extension will still let you use Twitter for composing tweets and following your network, but it changes the Twitter experience to be less addictive. This extension removes the Trends sidebar, the Who-to-follow sidebar, plus it changes the notifications count to be less attention-grabbing.                    

Основная информация о расширении

Название Twitter UnHooked Twitter UnHooked
ID imcokhibdjkdgepeadnipppignmnicnb
Официальный URL https://chromewebstore.google.com/detail/twitter-unhooked/imcokhibdjkdgepeadnipppignmnicnb
Описание Hides parts of Twitter that are unneeded/addictive: trends, follower recommendations.
Размер файла 4.22 KB
Количество установок 213
Текущая Версия 0.7
Последнее Обновление 2022-08-11
Дата публикации 2018-06-12
Рейтинг 5.00/5 Всего 2 оценок
Разработчик Pamela Fox
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/pamelafox/twitter-unhooked
URL страницы помощи https://github.com/pamelafox/twitter-unhooked/issues
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter UnHooked",
    "version": "0.7",
    "description": "Hides parts of Twitter that are unneeded\/addictive: trends, follower recommendations.",
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "script.js"
            ],
            "css": [
                "styles.css"
            ],
            "all_frames": true
        }
    ],
    "manifest_version": 3
}