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
公式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\/"
    ]
}