I don't want it
Stops Roblox from showing you the annoying Desktop-App banner
什么是I don't want it?
I don't want it是由Leon开发的Chrome扩展程序,该扩展的主要功能是“Stops Roblox from showing you the annoying Desktop-App banner”。
扩展截图
下载I don't want it扩展crx文件
下载I don't want it扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | I don't want it |
ID | ilcfbmgamjfchbobjddpjjoogbnhlede |
官方URL | https://chromewebstore.google.com/detail/i-dont-want-it/ilcfbmgamjfchbobjddpjjoogbnhlede |
简介 | Stops Roblox from showing you the annoying Desktop-App banner |
文件大小 | 119 KB |
安装次数 | 94 |
当前版本 | 0.1 |
更新时间 | 2023-10-09 |
上架时间 | 2022-11-27 |
评分 | 5.00/5 共1次评分 |
开发者 | Leon |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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\/" ] } |