I don't want it
Stops Roblox from showing you the annoying Desktop-App banner
Wat is I don't want it?
I don't want it is een Chrome-extensie ontwikkeld door Leon, en de belangrijkste functie is "Stops Roblox from showing you the annoying Desktop-App banner".
Extensie Screenshots
Download het CRX-bestand van de extensie I don't want it
Download I don't want it-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | ilcfbmgamjfchbobjddpjjoogbnhlede |
| Officiële URL | https://chromewebstore.google.com/detail/i-dont-want-it/ilcfbmgamjfchbobjddpjjoogbnhlede |
| Beschrijving | Stops Roblox from showing you the annoying Desktop-App banner |
| Bestandsgrootte | 119 KB |
| Aantal Installaties | 94 |
| Huidige Versie | 0.1 |
| Laatst Bijgewerkt | 2023-10-09 |
| Publicatiedatum | 2022-11-27 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Leon |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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\/"
]
} | |