Epic free games
Check current free games on the epic store and link to the game page
Epic free games क्या है?
Epic free games Dimwol द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Check current free games on the epic store and link to the game page"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Epic free games एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Get notify when epic store add a new free game.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | lpnhdjooiifhkjmpmkghbbecccgllina |
आधिकारिक URL | https://chrome.google.com/webstore/detail/epic-free-games/lpnhdjooiifhkjmpmkghbbecccgllina |
विवरण | Check current free games on the epic store and link to the game page |
फ़ाइल का आकार | 46.07 KB |
स्थापना संख्या | 837 |
वर्तमान संस्करण | 2 |
अंतिम अपडेट | 2021-02-13 |
प्रकाशन तिथि | 2020-12-26 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Dimwol |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Epic free games", "description": "Check current free games on the epic store and link to the game page", "version": "2", "icons": { "128": "128.png" }, "background": { "scripts": [ "jquery.js", "background.js" ], "persistent": true }, "browser_action": { "default_popup": "popup.html", "default_icon": { "128": "128.png" } }, "permissions": [ "*:\/\/*.allorigins.win\/*", "notifications", "storage" ] } |