Kirby's Adventure Game
Join Kirby's adventure now you can play on chrome webstore.
Kirby's Adventure Game क्या है?
Kirby's Adventure Game LegendsGames द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Join Kirby's adventure now you can play on chrome webstore."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Kirby's Adventure Game एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Join Adventure with the most cute hero in the history of video games in Kirby's Adventure Game. How to use - Just by clicking on Add to Chrome it will be added automatically install. - In the upper left corner, click on settings to customize all options according to your needs. - Enjoy Kirby's Adventure Game!
एक्सटेंशन की मूल जानकारी
नाम | |
ID | aacfjaodbklidgpgkophnjoielmlappp |
आधिकारिक URL | https://chrome.google.com/webstore/detail/kirbys-adventure-game/aacfjaodbklidgpgkophnjoielmlappp |
विवरण | Join Kirby's adventure now you can play on chrome webstore. |
फ़ाइल का आकार | 41.77 KB |
स्थापना संख्या | 3,000 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2019-02-18 |
प्रकाशन तिथि | 2019-02-18 |
रेटिंग | 3.75/5 कुल 4 रेटिंग्स |
डेवलपर | LegendsGames |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en,en-GB,en-US |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "19": "19.png", "38": "38.png" }, "default_title": "__MSG_appName__" }, "content_security_policy": "script-src 'self'; object-src 'self'", "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "128": "icon.png" }, "manifest_version": 2, "name": "__MSG_appName__", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0" } |