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 |
官方網址 | 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\/" ] } |