Play @ HypeGames

Discover your new favorite online games with a single click!

什麼是Play @ HypeGames?

Play @ HypeGames是由http://www.hypegames.com開發的Chrome擴展程式,該擴展的主要功能是“Discover your new favorite online games with a single click!”。

擴展截圖

screenshot

下載Play @ HypeGames擴展crx文件

下載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
官方網址 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\/"
    ]
}