I don't want it

Stops Roblox from showing you the annoying Desktop-App banner

Что такое I don't want it?

I don't want it - это расширение Chrome, разработанное Leon, и его основная функция - "Stops Roblox from showing you the annoying Desktop-App banner".

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

screenshot
screenshot

Скачать файл CRX расширения I don't want it

Скачайте файлы расширений I don't want it в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        This simple plugin will delete the new Roblox "Desktop-App" banner so you don't have to keep clicking it away

Please mind that this plugin is still in development.

I really appreciate a 5-star rating. ⭐⭐⭐⭐⭐ 

You can support my work here: https://ko-fi.com/leonwastakenwastaken                    

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

Название I don't want it I don't want it
ID ilcfbmgamjfchbobjddpjjoogbnhlede
Официальный URL https://chromewebstore.google.com/detail/i-dont-want-it/ilcfbmgamjfchbobjddpjjoogbnhlede
Описание Stops Roblox from showing you the annoying Desktop-App banner
Размер файла 119 KB
Количество установок 94
Текущая Версия 0.1
Последнее Обновление 2023-10-09
Дата публикации 2022-11-27
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Leon
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "I don't want it",
    "version": "0.1",
    "description": "Stops Roblox from showing you the annoying Desktop-App banner",
    "author": "Leon",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.roblox.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "host_permissions": [
        "https:\/\/*.roblox.com\/"
    ]
}