I don't want it
Stops Roblox from showing you the annoying Desktop-App banner
What is I don't want it?
I don't want it is a Chrome extension developed by Leon, and its main feature is "Stops Roblox from showing you the annoying Desktop-App banner".
Extension Screenshots
Download I don't want it Extension CRX File
Download I don't want it extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | I don't want it |
ID | ilcfbmgamjfchbobjddpjjoogbnhlede |
Official URL | https://chromewebstore.google.com/detail/i-dont-want-it/ilcfbmgamjfchbobjddpjjoogbnhlede |
Description | Stops Roblox from showing you the annoying Desktop-App banner |
File Size | 119 KB |
Installation Count | 94 |
Current Version | 0.1 |
Last Updated | 2023-10-09 |
Publish Date | 2022-11-27 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Leon |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/" ] } |