Play @ HypeGames
Discover your new favorite online games with a single click!
¿Qué es Play @ HypeGames?
Play @ HypeGames es una extensión de Chrome desarrollada por http://www.hypegames.com, y su función principal es "Discover your new favorite online games with a single click!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Play @ HypeGames
Descarga archivos de extensión Play @ HypeGames en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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!
Información Básica de la Extensión
Nombre | |
ID | bljikadkbglocfkfbmicihjgmdkdppad |
URL Oficial | https://chrome.google.com/webstore/detail/play-hypegames/bljikadkbglocfkfbmicihjgmdkdppad |
Descripción | Discover your new favorite online games with a single click! |
Tamaño del Archivo | 23.54 KB |
Cantidad de Instalaciones | 40 |
Versión Actual | 1.0 |
Última Actualización | 2014-01-05 |
Fecha de Publicación | 2014-01-05 |
Calificación | 3.00/5 Total de 1 Calificaciones |
Desarrollador | http://www.hypegames.com |
Tipo de Pago | free |
Sitio Web de la Extensión | http://www.hypegames.com |
Idiomas Soportados | 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\/" ] } |