I don't want it

Stops Roblox from showing you the annoying Desktop-App banner

Cos'è I don't want it?

I don't want it è un'estensione di Chrome sviluppata da Leon, e la sua funzione principale è "Stops Roblox from showing you the annoying Desktop-App banner".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione I don't want it

Scarica i file di estensione I don't want it in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome I don't want it I don't want it
ID ilcfbmgamjfchbobjddpjjoogbnhlede
URL Ufficiale https://chromewebstore.google.com/detail/i-dont-want-it/ilcfbmgamjfchbobjddpjjoogbnhlede
Descrizione Stops Roblox from showing you the annoying Desktop-App banner
Dimensione del File 119 KB
Conteggio Installazioni 94
Versione Corrente 0.1
Ultimo Aggiornamento 2023-10-09
Data di Pubblicazione 2022-11-27
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Leon
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/"
    ]
}