Export HumbleBundle Library to JSON
Store information of all your unredeemed games from humblebundle.com in JSON file
Export HumbleBundle Library to JSON क्या है?
Export HumbleBundle Library to JSON jtara1 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Store information of all your unredeemed games from humblebundle.com in JSON file"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Export HumbleBundle Library to JSON एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Steps to use: 1. Install this extension 2. Go to https://www.humblebundle.com/home/keys (need to be logged in at humblebundle.com) 3. Click on the `Export Humble Bundle as JSON` button above your list of games. You should now have a file `Humble_Bundle_Games.json` saved through chrome as a local file on you pc. If not, press F12, select and copy errors there from Console and paste them in a new issue at https://github.com/jtara1/ExportHumbleBundleLibrary/issues or report issue via feedback through chrome web store. sample output: https://pastebin.com/X7jk9buh support me and my projects https://ko-fi.com/jtara1
एक्सटेंशन की मूल जानकारी
नाम | Export HumbleBundle Library to JSON |
ID | pkkkphehloknahihekpiaemeaajpbflm |
आधिकारिक URL | https://chromewebstore.google.com/detail/export-humblebundle-libra/pkkkphehloknahihekpiaemeaajpbflm |
विवरण | Store information of all your unredeemed games from humblebundle.com in JSON file |
फ़ाइल का आकार | 13.25 KB |
स्थापना संख्या | 330 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2020-05-17 |
प्रकाशन तिथि | 2020-05-16 |
रेटिंग | 4.00/5 कुल 4 रेटिंग्स |
डेवलपर | jtara1 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/jtara1/ExportHumbleBundleLibrary |
सहायता पृष्ठ URL | https://github.com/jtara1/ExportHumbleBundleLibrary |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Export HumbleBundle Library to JSON", "version": "1.0.0", "icons": [], "description": "Store information of all your unredeemed games from humblebundle.com in JSON file", "content_scripts": [ { "matches": [ "*:\/\/*.humblebundle.com\/home\/keys" ], "js": [ "scripts\/FileSaver.js", "scripts\/main.js" ] } ] } |