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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Stops Roblox from showing you the annoying Desktop-App banner"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में I don't want it एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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                    

एक्सटेंशन की मूल जानकारी

नाम I don't want it 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\/"
    ]
}