Remove Twitter Blue

Remove twitter blue check and AD's from the Twitter

Что такое Remove Twitter Blue?

Remove Twitter Blue - это расширение Chrome, разработанное chrome_senpai, и его основная функция - "Remove twitter blue check and AD's from the Twitter".

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

screenshot

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

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

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

                        Tired of seeing those blue verification checks on, so called, verified accounts? Look no further! Remove Twitter blue is a powerful Chrome extension that allows you to reclaim your Twitter browsing experience by removing the blue verification checks from "verified accounts".

- Remove Twitter blue
- Remove Verification promotions
- Removes Ads  

Say goodbye to the clutter and enjoy a cleaner timeline or feed.                    

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

Название Remove Twitter Blue Remove Twitter Blue
ID fejdkekkojodpjapdjibmflheghechbi
Официальный URL https://chromewebstore.google.com/detail/remove-twitter-blue/fejdkekkojodpjapdjibmflheghechbi
Описание Remove twitter blue check and AD's from the Twitter
Размер файла 98.03 KB
Количество установок 163
Текущая Версия 1.1
Последнее Обновление 2023-06-18
Дата публикации 2023-05-24
Рейтинг 5.00/5 Всего 1 оценок
Разработчик chrome_senpai
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Remove Twitter Blue",
    "version": "1.1",
    "description": "Remove twitter blue check and AD's from the Twitter",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "css": [
                "override.css"
            ],
            "js": [
                "override.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/twitter.png",
        "32": "images\/twitter.png",
        "48": "images\/twitter.png",
        "128": "images\/twitter.png"
    },
    "action": {
        "default_icon": "images\/twitter.png"
    }
}