included-with-xbox-game-pass
A browser extension that adds the mention "included / not included with Xbox Game Pass" on Steam's store page.
included-with-xbox-game-pass क्या है?
included-with-xbox-game-pass gabin.aureche द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A browser extension that adds the mention "included / not included with Xbox Game Pass" on Steam's store page."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में included-with-xbox-game-pass एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
/!\ This extension is not maintained anymore. I am personally using https://aligueler.com/SubscriptionInfo When visiting a game's Steam store page, this extension looks for it in the Xbox Game Pass catalog. If it's included, it will let you know.
एक्सटेंशन की मूल जानकारी
नाम | included-with-xbox-game-pass |
ID | acohddgjcjfelbhaodiebiabljoadldk |
आधिकारिक URL | https://chromewebstore.google.com/detail/included-with-xbox-game-p/acohddgjcjfelbhaodiebiabljoadldk |
विवरण | A browser extension that adds the mention "included / not included with Xbox Game Pass" on Steam's store page. |
फ़ाइल का आकार | 38.16 KB |
स्थापना संख्या | 3,812 |
वर्तमान संस्करण | 0.9.1 |
अंतिम अपडेट | 2022-11-21 |
प्रकाशन तिथि | 2020-08-24 |
रेटिंग | 4.00/5 कुल 10 रेटिंग्स |
डेवलपर | gabin.aureche |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://xgp.community |
सहायता पृष्ठ URL | https://github.com/zhouzi/included-with-xbox-game-pass/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "included-with-xbox-game-pass", "version": "0.9.1", "description": "A browser extension that adds the mention \"included \/ not included with Xbox Game Pass\" on Steam's store page.", "permissions": [ "storage", "https:\/\/xgp.community\/*" ], "content_scripts": [ { "matches": [ "*:\/\/store.steampowered.com\/*" ], "js": [ "content.js" ] } ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png" } } |