Import Wishlist
Import your Steam's wishlist to your GOG account.
What is Import Wishlist?
Import Wishlist is a Chrome extension developed by https://import-wishlist.netlify.app, and its main feature is "Import your Steam's wishlist to your GOG account.".
Extension Screenshots
Download Import Wishlist Extension CRX File
Download Import Wishlist extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension helps you to import your Steam wishlist to your GOG account. Source code: https://github.com/Daniel-Mendes/import-wishlist
Extension Basic Information
Name | Import Wishlist |
ID | jenjpehgcedkjfjmelkodhagcogpbmgl |
Official URL | https://chromewebstore.google.com/detail/import-wishlist/jenjpehgcedkjfjmelkodhagcogpbmgl |
Description | Import your Steam's wishlist to your GOG account. |
File Size | 55.03 KB |
Installation Count | 133 |
Current Version | 0.1.1 |
Last Updated | 2023-02-15 |
Publish Date | 2022-06-09 |
Rating | 5.00/5 Total 4 Ratings |
Developer | https://import-wishlist.netlify.app |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |