HumbleBundle Free Games
A simple extension that collects data from HubleBundle and notifies the user if there is a free product.
HumbleBundle Free Games क्या है?
HumbleBundle Free Games Ivan Angelov द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple extension that collects data from HubleBundle and notifies the user if there is a free product."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में HumbleBundle Free Games एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension periodically checks the offers on the Humble Bundle's store and shows notifications if there are any free products available. The extension does NOT require Humble Bundle account and is not aware if the user have one as it communicates directly with their store API. For bug reports: https://gitlab.com/inferno16/HumbleBundle-Free-Games/issues
एक्सटेंशन की मूल जानकारी
नाम | |
ID | jfhjckfaaeolcgcfmfkjiggjhebigcfe |
आधिकारिक URL | https://chromewebstore.google.com/detail/humblebundle-free-games/jfhjckfaaeolcgcfmfkjiggjhebigcfe |
विवरण | A simple extension that collects data from HubleBundle and notifies the user if there is a free product. |
फ़ाइल का आकार | 28.5 KB |
स्थापना संख्या | 589 |
वर्तमान संस्करण | 1.3.3 |
अंतिम अपडेट | 2019-12-30 |
प्रकाशन तिथि | 2019-12-30 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | Ivan Angelov |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://gitlab.com/inferno16/HumbleBundle-Free-Games/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "HumbleBundle Free Games", "version": "1.3.3", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "author": "Ivan Angelov", "description": "A simple extension that collects data from HubleBundle and notifies the user if there is a free product.", "manifest_version": 2, "permissions": [ "alarms", "storage", "https:\/\/www.humblebundle.com\/" ], "options_ui": { "page": "html\/settings.html", "open_in_tab": false }, "browser_action": { "default_popup": "html\/popup.html", "default_title": "Click to view products" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false } } |