Cloud Gaming Buttoneer

Automatically hides buttons on certain cloud gaming services.

ما هو Cloud Gaming Buttoneer؟

Cloud Gaming Buttoneer هو إضافة Chrome تم تطويرها بواسطة Deathspike، والميزة الرئيسية لها هي "Automatically hides buttons on certain cloud gaming services.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Cloud Gaming Buttoneer

قم بتنزيل ملفات الامتداد Cloud Gaming Buttoneer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Cloud Gaming Buttoneer Cloud Gaming Buttoneer
ID bmapdieicgniiohhkfgpmafgfeileklk
عنوان URL الرسمي https://chromewebstore.google.com/detail/cloud-gaming-buttoneer/bmapdieicgniiohhkfgpmafgfeileklk
الوصف Automatically hides buttons on certain cloud gaming services.
حجم الملف 9.12 KB
عدد التثبيتات 971
النسخة الحالية 1.0
آخر تحديث 2021-11-24
تاريخ النشر 2021-11-23
تقييم 5.00/5 مجموع تقييمات 4
المطور Deathspike
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/Deathspike/xbox-cloud-gaming-buttoneer
عنوان صفحة المساعدة https://github.com/Deathspike/xbox-cloud-gaming-buttoneer
اللغات المدعومة 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"
            ]
        }
    ]
}