Play @ HypeGames
Discover your new favorite online games with a single click!
Qu'est-ce que Play @ HypeGames ?
Play @ HypeGames est une extension Chrome développée par http://www.hypegames.com, et sa fonction principale est "Discover your new favorite online games with a single click!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Play @ HypeGames
Téléchargez les fichiers d'extension Play @ HypeGames au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | |
ID | bljikadkbglocfkfbmicihjgmdkdppad |
URL Officiel | https://chrome.google.com/webstore/detail/play-hypegames/bljikadkbglocfkfbmicihjgmdkdppad |
Description | Discover your new favorite online games with a single click! |
Taille du Fichier | 23.54 KB |
Nombre d'Installations | 40 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2014-01-05 |
Date de Publication | 2014-01-05 |
Évaluation | 3.00/5 Total 1 Évaluations |
Développeur | http://www.hypegames.com |
Type de Paiement | free |
Site Web de l'Extension | http://www.hypegames.com |
Langues Prises en Charge | 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\/" ] } |