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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Leon และคุณลักษณะหลักของมันคือ "Stops Roblox from showing you the annoying Desktop-App banner"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย I don't want it
ดาวน์โหลดไฟล์ส่วนขยาย 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\/" ] } |