Flappy Snake
Flappy Snake is remake of popular game Flappy Bird. Play it on each new tab.
Flappy Snake क्या है?
Flappy Snake https://www.x-games.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Flappy Snake is remake of popular game Flappy Bird. Play it on each new tab."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Flappy Snake एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Surely you know the very popular games Snake and Flappy bird. Now here is a combination of these great games. Flappy bird is dressed in a new suit in the form of a snake. You can play this new game every time you open a new tab. The classic search is a matter of course, and you can also search for games directly from the new tab on the xGames game server. Enjoy Flappy Snake every time you have a moment. If you like the application, please don't forget to rate it. Thank you for using!
एक्सटेंशन की मूल जानकारी
नाम | |
ID | iihaegmciajccamfnfiaohphpehlhgao |
आधिकारिक URL | https://chrome.google.com/webstore/detail/flappy-snake/iihaegmciajccamfnfiaohphpehlhgao |
विवरण | Flappy Snake is remake of popular game Flappy Bird. Play it on each new tab. |
फ़ाइल का आकार | 104 KB |
स्थापना संख्या | 36 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2021-01-08 |
प्रकाशन तिथि | 2021-01-08 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://www.x-games.net |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Flappy Snake", "description": "Flappy Snake is remake of popular game Flappy Bird. Play it on each new tab.", "version": "1.1", "manifest_version": 2, "content_security_policy": "script-src 'self'; object-src 'self'", "background": { "scripts": [ "jquery.js", "bg.js" ] }, "chrome_url_overrides": { "newtab": "newtab.html" }, "browser_action": { "default_icon": "images\/ico19.png" }, "icons": { "16": "images\/ico16.png", "19": "images\/ico19.png", "32": "images\/ico32.png", "48": "images\/ico48.png", "128": "images\/ico128.png" } } |