Bitcoin Game
This extension will allow you to win BTC if you are lucky!
Bitcoin Game क्या है?
Bitcoin Game btcmillennial द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will allow you to win BTC if you are lucky!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Bitcoin Game एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Bitcoin game is all for the user! Enjoy this fun game while getting a chance to win some free Bitcoin! Every time you open a new tab, you get a chance to win some free Bitcoin. And you will know when you won, because it will say it very clearly! Good luck!
एक्सटेंशन की मूल जानकारी
नाम | |
ID | foplpjalkljlipnbdgnkehjgenlgajaf |
आधिकारिक URL | https://chrome.google.com/webstore/detail/bitcoin-game/foplpjalkljlipnbdgnkehjgenlgajaf |
विवरण | This extension will allow you to win BTC if you are lucky! |
फ़ाइल का आकार | 101 KB |
स्थापना संख्या | 31 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2021-03-31 |
प्रकाशन तिथि | 2021-03-31 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | btcmillennial |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://btcmillennial.com/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bitcoin Game", "description": "This extension will allow you to win BTC if you are lucky!", "version": "1.0", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "chrome_url_overrides": { "newtab": "index.html" }, "background": { "scripts": [ "newtab.js" ] } } |