Gold Miner
Gold Miner is a puzzle game that you can play right in your browser.
Gold Miner क्या है?
Gold Miner https://www.chromethemer.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Gold Miner is a puzzle game that you can play right in your browser."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Gold Miner एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Gold Miner extension; Creates a cool custom icon in your web browser, that opens a pop-up link to play the full Gold Miner game, right in your browser. Gold Miner is a puzzle game that you can play right in your browser. The goal of the game is to collect all sized gold nuggets and jewels in the level and avoid barrels with gunpowder if you can. 20 levels plus to explore. Access the game whenever you want to with this cool extension.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ihcdcbhkkldfeedenohiokeeopalkhde |
आधिकारिक URL | https://chrome.google.com/webstore/detail/gold-miner/ihcdcbhkkldfeedenohiokeeopalkhde |
विवरण | Gold Miner is a puzzle game that you can play right in your browser. |
फ़ाइल का आकार | 84.64 KB |
स्थापना संख्या | 337 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2020-06-25 |
प्रकाशन तिथि | 2020-06-25 |
डेवलपर | https://www.chromethemer.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.chromethemer.com/ |
सहायता पृष्ठ URL | https://www.chromethemer.com/ |
गोपनीयता नीति पृष्ठ URL | https://www.chromethemer.com/privacy.html |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gold Miner", "description": "Gold Miner is a puzzle game that you can play right in your browser.", "version": "1.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon128.png", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "default_popup": "hello.html" }, "manifest_version": 2, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+F", "mac": "MacCtrl+Shift+F" }, "description": "Opens hello.html" } } } |