Import Wishlist
Import your Steam's wishlist to your GOG account.
Import Wishlist क्या है?
Import Wishlist https://import-wishlist.netlify.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Import your Steam's wishlist to your GOG account."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Import Wishlist एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension helps you to import your Steam wishlist to your GOG account. Source code: https://github.com/Daniel-Mendes/import-wishlist
एक्सटेंशन की मूल जानकारी
नाम | Import Wishlist |
ID | jenjpehgcedkjfjmelkodhagcogpbmgl |
आधिकारिक URL | https://chromewebstore.google.com/detail/import-wishlist/jenjpehgcedkjfjmelkodhagcogpbmgl |
विवरण | Import your Steam's wishlist to your GOG account. |
फ़ाइल का आकार | 55.03 KB |
स्थापना संख्या | 133 |
वर्तमान संस्करण | 0.1.1 |
अंतिम अपडेट | 2023-02-15 |
प्रकाशन तिथि | 2022-06-09 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | https://import-wishlist.netlify.app |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_popup": "popup\/popup.html", "default_title": "__MSG_extensionName__" }, "author": "Daniel Mendes", "background": { "service_worker": "background\/background.js" }, "content_scripts": [ { "js": [ "content\/content.js" ], "matches": [ "https:\/\/auth.gog.com\/token*" ] } ], "default_locale": "en", "description": "__MSG_extensionDescription__", "host_permissions": [ "https:\/\/store.steampowered.com\/wishlist\/profiles\/*", "https:\/\/steamcommunity.com\/*", "https:\/\/*.gog.com\/*", "https:\/\/import-wishlist.netlify.app\/.netlify\/functions\/*" ], "icons": { "16": "assets\/icons\/icon-16.png", "48": "assets\/icons\/icon-48.png", "128": "assets\/icons\/icon-128.png" }, "manifest_version": 3, "name": "__MSG_extensionName__", "permissions": [ "storage", "identity", "webNavigation" ], "version": "0.1.1" } |