I don't want it

Stops Roblox from showing you the annoying Desktop-App banner

Qu'est-ce que I don't want it ?

I don't want it est une extension Chrome développée par Leon, et sa fonction principale est "Stops Roblox from showing you the annoying Desktop-App banner".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension I don't want it

Téléchargez les fichiers d'extension I don't want it au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom I don't want it I don't want it
ID ilcfbmgamjfchbobjddpjjoogbnhlede
URL Officiel https://chromewebstore.google.com/detail/i-dont-want-it/ilcfbmgamjfchbobjddpjjoogbnhlede
Description Stops Roblox from showing you the annoying Desktop-App banner
Taille du Fichier 119 KB
Nombre d'Installations 94
Version Actuelle 0.1
Dernière Mise à Jour 2023-10-09
Date de Publication 2022-11-27
Évaluation 5.00/5 Total 1 Évaluations
Développeur Leon
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/"
    ]
}