Hide Twitter views.

Unclutters the UI by hiding the 'views' button feature on twitter, on the main feed and for individual tweets.

Что такое Hide Twitter views.?

Hide Twitter views. - это расширение Chrome, разработанное charies, и его основная функция - "Unclutters the UI by hiding the 'views' button feature on twitter, on the main feed and for individual tweets.".

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

screenshot

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

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

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

                        Unclutters the UI by hiding the 'views' button feature on twitter, on the main feed and for individual tweets.                    

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

Название Hide Twitter views. Hide Twitter views.
ID gbojcaianddcdcmagaeciibaonmmgaeg
Официальный URL https://chromewebstore.google.com/detail/hide-twitter-views/gbojcaianddcdcmagaeciibaonmmgaeg
Описание Unclutters the UI by hiding the 'views' button feature on twitter, on the main feed and for individual tweets.
Размер файла 15.58 KB
Количество установок 253
Текущая Версия 1.0
Последнее Обновление 2022-12-27
Дата публикации 2022-12-27
Рейтинг 5.00/5 Всего 5 оценок
Разработчик charies
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hide Twitter views.",
    "version": "1.0",
    "description": "Unclutters the UI by hiding the 'views' button feature on twitter, on the main feed and for individual tweets.",
    "action": {
        "default_popup": "html\/index.html",
        "default_icon": "images\/icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ]
}