Eat Everywhere
Eat yellow dots but watch out for pink dots. Run the game everywhere on the Internet.
Qu'est-ce que Eat Everywhere ?
Eat Everywhere est une extension Chrome développée par Etienne Etienne, et sa fonction principale est "Eat yellow dots but watch out for pink dots. Run the game everywhere on the Internet.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Eat Everywhere
Téléchargez les fichiers d'extension Eat Everywhere 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
Eat yellow dots but watch out for pink dots. Run the game everywhere on the Internet. Control your green dot by moving your mouse. Boost your green dot by clicking on your mouse. This costs 1 point. To start the game, click on the extension icon. To stop the game, click on the extension icon again. Have fun!
Informations de Base sur l'Extension
Nom | |
ID | ppjloajfhiekeobgkbadaahcgibakobn |
URL Officiel | https://chromewebstore.google.com/detail/eat-everywhere/ppjloajfhiekeobgkbadaahcgibakobn |
Description | Eat yellow dots but watch out for pink dots. Run the game everywhere on the Internet. |
Taille du Fichier | 10.2 KB |
Nombre d'Installations | 17 |
Version Actuelle | 2.1 |
Dernière Mise à Jour | 2016-04-16 |
Date de Publication | 2016-04-16 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Etienne Etienne |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Eat Everywhere", "description": "Eat yellow dots but watch out for pink dots. Run the game everywhere on the Internet.", "version": "2.1", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Start \/ Stop the game." }, "icons": { "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2 } |