Eat Everywhere
Eat yellow dots but watch out for pink dots. Run the game everywhere on the Internet.
Eat Everywhere क्या है?
Eat Everywhere Etienne Etienne द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Eat yellow dots but watch out for pink dots. Run the game everywhere on the Internet."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Eat Everywhere एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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!
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ppjloajfhiekeobgkbadaahcgibakobn |
आधिकारिक URL | https://chromewebstore.google.com/detail/eat-everywhere/ppjloajfhiekeobgkbadaahcgibakobn |
विवरण | Eat yellow dots but watch out for pink dots. Run the game everywhere on the Internet. |
फ़ाइल का आकार | 10.2 KB |
स्थापना संख्या | 17 |
वर्तमान संस्करण | 2.1 |
अंतिम अपडेट | 2016-04-16 |
प्रकाशन तिथि | 2016-04-16 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Etienne Etienne |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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 } |