Twitter Hot Search

Twitter's Advanced Search user interface is not intuitive to get to. Additionally to manually type in the advanced search options…

Что такое Twitter Hot Search?

Twitter Hot Search - это расширение Chrome, разработанное komcdo, и его основная функция - "Twitter's Advanced Search user interface is not intuitive to get to. Additionally to manually type in the advanced search options…".

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

screenshot

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

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

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

                        Twitter's Advanced Search user interface is not intuitive to get to. Additionally to manually type in the advanced search options requires knowledge of specific formatting. This extension seeks to bring the advanced search features to your fingertips.

For "enhanced user protection" this extension also prevents searching for tweets from Kathy Griffin.                    

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

Название Twitter Hot Search Twitter Hot Search
ID ekoaomnfnljoemgcledgdbgpjdibeifj
Официальный URL https://chromewebstore.google.com/detail/twitter-hot-search/ekoaomnfnljoemgcledgdbgpjdibeifj
Описание Twitter's Advanced Search user interface is not intuitive to get to. Additionally to manually type in the advanced search options…
Размер файла 250 KB
Количество установок 344
Текущая Версия 1.1
Последнее Обновление 2022-12-12
Дата публикации 2022-12-04
Рейтинг 4.83/5 Всего 6 оценок
Разработчик komcdo
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Twitter Hot Search",
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitter.com\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}