Dogger
A Frogger Variant
Dogger क्या है?
Dogger Integer Cafe द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Frogger Variant"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Dogger एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
[introduction] This is a redone variant of frogger. Frogger was a old altari game. It was much loved, and had a very simple goal: You need to cross the road, and yet to the other side. Remembering that getting hit by a car means death, you need a bit of skill in order to pass this game. Unlike a lot of my other games, You can actually Pass this game and win the game. So if you like that good feeling of actually winning, I'd suggest this. [Controls] Controls are simple. Every arrow key to move, With the exception of down. You may move forward, left, and right. But never down. [Notes] Music is by completech, It's licensed around the Creative commons. Meaning I can use it given I give full credit. This game does not need internet, Meaning you can play it at any time.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ojepnodcmflmldfnaijclbdlheeaacpd |
आधिकारिक URL | https://chrome.google.com/webstore/detail/dogger/ojepnodcmflmldfnaijclbdlheeaacpd |
विवरण | A Frogger Variant |
फ़ाइल का आकार | 6.9 MB |
स्थापना संख्या | 46 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2018-07-23 |
प्रकाशन तिथि | 2018-07-23 |
रेटिंग | 1.00/5 कुल 1 रेटिंग्स |
डेवलपर | Integer Cafe |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "icon.png", "default_popup": "index.html" }, "description": "A Frogger Variant", "manifest_version": 2, "name": "Dogger", "permissions": [ "activeTab" ], "version": "1.1" } |