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                     拡張機能の基本情報
| 名前 |   |  
| 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 | 
| Eメール | [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\/"
    ]
}  |  |