Twitter View Hider

Automatically hide view counts of tweets in your timeline

Что такое Twitter View Hider?

Twitter View Hider - это расширение Chrome, разработанное Adrien Minne, и его основная функция - "Automatically hide view counts of tweets in your timeline".

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

screenshot

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

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

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

                        This extension hides the view count that was recently added on the tweets of your timeline.                    

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

Название Twitter View Hider Twitter View Hider
ID mmoiilglckpgboidkcedhkhmimmeblml
Официальный URL https://chromewebstore.google.com/detail/twitter-view-hider/mmoiilglckpgboidkcedhkhmimmeblml
Описание Automatically hide view counts of tweets in your timeline
Размер файла 11.32 KB
Количество установок 35
Текущая Версия 1.0
Последнее Обновление 2022-12-25
Дата публикации 2022-12-25
Рейтинг 4.00/5 Всего 2 оценок
Разработчик Adrien Minne
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter View Hider",
    "version": "1.0",
    "manifest_version": 3,
    "description": "Automatically hide view counts of tweets in your timeline",
    "permissions": [],
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png"
    },
    "web_accessible_resources": [],
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ]
}