I don't want it
Stops Roblox from showing you the annoying Desktop-App banner
Was ist I don't want it?
I don't want it ist eine Chrome-Erweiterung, die von Leon entwickelt wurde, und ihr Hauptmerkmal ist "Stops Roblox from showing you the annoying Desktop-App banner".
Erweiterungsscreenshots
I don't want it-Erweiterungs-CRX-Datei herunterladen
Laden Sie I don't want it-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ilcfbmgamjfchbobjddpjjoogbnhlede |
| Offizielle URL | https://chromewebstore.google.com/detail/i-dont-want-it/ilcfbmgamjfchbobjddpjjoogbnhlede |
| Beschreibung | Stops Roblox from showing you the annoying Desktop-App banner |
| Dateigröße | 119 KB |
| Installationsanzahl | 94 |
| Aktuelle Version | 0.1 |
| Letztes Update | 2023-10-09 |
| Veröffentlichungsdatum | 2022-11-27 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | Leon |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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\/"
]
} | |