Play @ HypeGames

Discover your new favorite online games with a single click!

Play @ HypeGamesคืออะไร?

Play @ HypeGames เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.hypegames.com และคุณลักษณะหลักของมันคือ "Discover your new favorite online games with a single click!"

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

screenshot

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

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

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

                        Do you like online games?

Racing games? Sports games? Action games? Shooting games? Arcade games? Adventure games? Puzzle games?

Explore a world of free online games with a single click in your browser.

Hours of safe fun at HypeGames.com is always just a click away!                    

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

ชื่อ Play @ HypeGames Play @ HypeGames
ID bljikadkbglocfkfbmicihjgmdkdppad
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/play-hypegames/bljikadkbglocfkfbmicihjgmdkdppad
คำอธิบาย Discover your new favorite online games with a single click!
ขนาดไฟล์ 23.54 KB
จำนวนการติดตั้ง 40
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2014-01-05
วันที่เผยแพร่ 2014-01-05
คะแนน 3.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา http://www.hypegames.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.hypegames.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Play @ HypeGames",
    "short_name": "HypeGames App",
    "description": "Discover your new favorite online games with a single click!",
    "version": "1.0",
    "icons": {
        "19": "icon.png",
        "38": "icon-38.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Play a random fun game at HypeGames.com!"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "https:\/\/www.hypegames.com\/"
    ]
}