I don't want it

Stops Roblox from showing you the annoying Desktop-App banner

Co to jest I don't want it?

I don't want it to rozszerzenie Chrome opracowane przez Leon, a jego główną funkcją jest „Stops Roblox from showing you the annoying Desktop-App banner”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia I don't want it

Pobierz pliki rozszerzeń I don't want it w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa I don't want it I don't want it
ID ilcfbmgamjfchbobjddpjjoogbnhlede
Oficjalny URL https://chromewebstore.google.com/detail/i-dont-want-it/ilcfbmgamjfchbobjddpjjoogbnhlede
Opis Stops Roblox from showing you the annoying Desktop-App banner
Rozmiar pliku 119 KB
Liczba instalacji 94
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2023-10-09
Data Publikacji 2022-11-27
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Leon
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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\/"
    ]
}