Hide Twitter Trends

Hide Twitter (What’s happening, Who to follow, Topics to follow) elements

Что такое Hide Twitter Trends?

Hide Twitter Trends - это расширение Chrome, разработанное http://moath.dev, и его основная функция - "Hide Twitter (What’s happening, Who to follow, Topics to follow) elements".

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

screenshot
screenshot

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

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

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

                        If you don't like the Twitter `What’s happening`, `Who to follow`, and `Topics to follow` tabs, and you want to hide it this extension is your solution, this extension will hide Twitter `What’s happening`, `Who to follow`, and `Topics to follow` tabs from Twitter web app and let you focus on your timeline.                    

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

Название Hide Twitter Trends Hide Twitter Trends
ID lapmncfnibdclongbkleadoicnkhknia
Официальный URL https://chrome.google.com/webstore/detail/hide-twitter-trends/lapmncfnibdclongbkleadoicnkhknia
Описание Hide Twitter (What’s happening, Who to follow, Topics to follow) elements
Размер файла 511 KB
Количество установок 14,957
Текущая Версия 0.10.2
Последнее Обновление 2022-06-28
Дата публикации 2020-07-19
Рейтинг 4.46/5 Всего 90 оценок
Разработчик http://moath.dev
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/DevMoath/hide-twitter-trends
URL страницы помощи https://github.com/DevMoath/hide-twitter-trends/issues
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hide Twitter Trends",
    "version": "0.10.2",
    "description": "Hide Twitter (What\u2019s happening, Who to follow, Topics to follow) elements",
    "author": "Moath Alhajri",
    "homepage_url": "https:\/\/moath.dev\/",
    "icons": {
        "16": "img\/icon_16.png",
        "32": "img\/icon_32.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ]
        }
    ]
}