Play @ HypeGames
Discover your new favorite online games with a single click!
What is Play @ HypeGames?
Play @ HypeGames is a Chrome extension developed by http://www.hypegames.com, and its main feature is "Discover your new favorite online games with a single click!".
Extension Screenshots
Download Play @ HypeGames Extension CRX File
Download Play @ HypeGames extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | bljikadkbglocfkfbmicihjgmdkdppad |
Official URL | https://chrome.google.com/webstore/detail/play-hypegames/bljikadkbglocfkfbmicihjgmdkdppad |
Description | Discover your new favorite online games with a single click! |
File Size | 23.54 KB |
Installation Count | 40 |
Current Version | 1.0 |
Last Updated | 2014-01-05 |
Publish Date | 2014-01-05 |
Rating | 3.00/5 Total 1 Ratings |
Developer | http://www.hypegames.com |
Payment Type | free |
Extension Website | http://www.hypegames.com |
Supported Languages | 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\/" ] } |