Cloud Gaming Buttoneer

Automatically hides buttons on certain cloud gaming services.

Cloud Gaming Buttoneer là gì?

Cloud Gaming Buttoneer là một tiện ích mở rộng Chrome được phát triển bởi Deathspike, và tính năng chính của nó là "Automatically hides buttons on certain cloud gaming services.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Cloud Gaming Buttoneer

Tải xuống các tệp mở rộng Cloud Gaming Buttoneer 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

                        Xbox Cloud Gaming works well within Chrome-based browsers, but the two buttons on the top-left of the screen are both distracting and annoying. This extension aims to remedy that; the buttons are automatically hidden after mouse/keyboard inactivity, and will re-appear when you move your mouse. It's that simple.                    

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

Tên Cloud Gaming Buttoneer Cloud Gaming Buttoneer
ID bmapdieicgniiohhkfgpmafgfeileklk
URL Chính Thức https://chromewebstore.google.com/detail/cloud-gaming-buttoneer/bmapdieicgniiohhkfgpmafgfeileklk
Mô tả Automatically hides buttons on certain cloud gaming services.
Kích Thước Tệp 9.12 KB
Số Lần Cài Đặt 971
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-11-24
Ngày Phát Hành 2021-11-23
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Deathspike
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Deathspike/xbox-cloud-gaming-buttoneer
URL Trang Trợ Giúp https://github.com/Deathspike/xbox-cloud-gaming-buttoneer
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cloud Gaming Buttoneer",
    "description": "Automatically hides buttons on certain cloud gaming services.",
    "version": "1.0",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/016.png",
        "48": "icons\/048.png",
        "128": "icons\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.xbox.com\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "inject-script.js"
            ]
        }
    ]
}