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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
                        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                     معلومات أساسية عن التمديد
| الاسم |   |  
| 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\/"
    ]
}  |  |