I don't want it

Stops Roblox from showing you the annoying Desktop-App banner

I don't want it là gì?

I don't want it là một tiện ích mở rộng Chrome được phát triển bởi Leon, và tính năng chính của nó là "Stops Roblox from showing you the annoying Desktop-App banner".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng I don't want it

Tải xuống các tệp mở rộng I don't want it dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên I don't want it I don't want it
ID ilcfbmgamjfchbobjddpjjoogbnhlede
URL Chính Thức https://chromewebstore.google.com/detail/i-dont-want-it/ilcfbmgamjfchbobjddpjjoogbnhlede
Mô tả Stops Roblox from showing you the annoying Desktop-App banner
Kích Thước Tệp 119 KB
Số Lần Cài Đặt 94
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2023-10-09
Ngày Phát Hành 2022-11-27
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Leon
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/"
    ]
}