Play @ HypeGames
Discover your new favorite online games with a single click!
O que é Play @ HypeGames?
Play @ HypeGames é uma extensão do Chrome desenvolvida por http://www.hypegames.com, e sua principal característica é "Discover your new favorite online games with a single click!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Play @ HypeGames
Baixe arquivos de extensão Play @ HypeGames no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | |
ID | bljikadkbglocfkfbmicihjgmdkdppad |
URL Oficial | https://chrome.google.com/webstore/detail/play-hypegames/bljikadkbglocfkfbmicihjgmdkdppad |
Descrição | Discover your new favorite online games with a single click! |
Tamanho do Arquivo | 23.54 KB |
Contagem de Instalações | 40 |
Versão Atual | 1.0 |
Última Atualização | 2014-01-05 |
Data de Publicação | 2014-01-05 |
Classificação | 3.00/5 Total de 1 Avaliações |
Desenvolvedor | http://www.hypegames.com |
Tipo de Pagamento | free |
Site da Extensão | http://www.hypegames.com |
Idiomas Suportados | 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\/" ] } |