Sidecade

Your Personal Arcade, Just a Click Away!

Sidecadeคืออะไร?

Sidecade เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sidecade.com และคุณลักษณะหลักของมันคือ "Your Personal Arcade, Just a Click Away!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sidecade

ดาวน์โหลดไฟล์ส่วนขยาย Sidecade ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Why limit your gaming experience to specific platforms or websites? With Sidecade, you bring the arcade with you, wherever you are on the web. With over 800 games and counting, your next moment of leisure is just a click away.

🎮 Key Features
- Instant Access: Enjoy over 800 games from anywhere on the web with a simple click.
- User-Friendly Interface: Navigate through our extensive game library with ease.
- In-Browser Gaming: All games run in windows within your browser—no need to juggle 
between tabs or software.
-  Google Emergency Eject: When you don't want others to see you playing games, just press Alt+W and it will close all games and redirect you to google.
- Multi-Game Support: Feeling ambitious? Play multiple games at once!
- Absolutely Free: Zero cost, pure entertainment.
- Always Fresh: We're constantly adding new games to keep the fun going.
- Smart Recommendations: Discover new games tailored just for you with our advanced recommendation engine.

🌟 Why Choose Sidecade?
- Unparalleled Convenience: Why search for games when they can be right at your fingertips?
- Variety Galore: Choose from a wide range of games—action, puzzle, strategy, and more!
- Multi-Task Like a Pro: Who says you can't beat three levels in three different games at the same time?
- Regular Updates: With new games added frequently, you'll never run out of options.

📥 Installation and Setup
- Click on the "Add to Chrome" button at the top-right corner of this page.
- Confirm the installation by clicking "Add Extension."
- Open a new tab, and you'll find the Sidecade icon in your extension toolbar.
- Click on it to open the arcade and start gaming!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Sidecade Sidecade
ID bflbbiapbmjabnhkijehahppgbkohbhb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sidecade/bflbbiapbmjabnhkijehahppgbkohbhb
คำอธิบาย Your Personal Arcade, Just a Click Away!
ขนาดไฟล์ 473 KB
จำนวนการติดตั้ง 94
เวอร์ชันปัจจุบัน 1.8.0
อัปเดตครั้งล่าสุด 2023-11-23
วันที่เผยแพร่ 2023-10-20
คะแนน 4.50/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา https://sidecade.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://sidecade.com
URL หน้าช่วยเหลือ https://sidecade.com
URL หน้านโยบายความเป็นส่วนตัว https://sidecade.com/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sidecade",
    "version": "1.8.0",
    "description": "Your Personal Arcade, Just a Click Away!",
    "manifest_version": 3,
    "author": "Jane Goldsmith",
    "action": {
        "default_title": "Sidecade",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "commands": {
        "openSidecade": {
            "suggested_key": {
                "default": "Alt+J",
                "mac": "Alt+J"
            },
            "description": "Open Sidecade"
        },
        "googleJump": {
            "suggested_key": {
                "default": "Alt+W",
                "mac": "Alt+W"
            },
            "description": "Jump to google.com"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/window-manager.js",
                "js\/window-pane.js",
                "popbox.js"
            ],
            "css": [
                "css\/popbox.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "images\/icon32-t.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}