Import Wishlist
Import your Steam's wishlist to your GOG account.
Cos'è Import Wishlist?
Import Wishlist è un'estensione di Chrome sviluppata da https://import-wishlist.netlify.app, e la sua funzione principale è "Import your Steam's wishlist to your GOG account.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Import Wishlist
Scarica i file di estensione Import Wishlist in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension helps you to import your Steam wishlist to your GOG account. Source code: https://github.com/Daniel-Mendes/import-wishlist
Informazioni di Base sull'Estensione
Nome | Import Wishlist |
ID | jenjpehgcedkjfjmelkodhagcogpbmgl |
URL Ufficiale | https://chromewebstore.google.com/detail/import-wishlist/jenjpehgcedkjfjmelkodhagcogpbmgl |
Descrizione | Import your Steam's wishlist to your GOG account. |
Dimensione del File | 55.03 KB |
Conteggio Installazioni | 133 |
Versione Corrente | 0.1.1 |
Ultimo Aggiornamento | 2023-02-15 |
Data di Pubblicazione | 2022-06-09 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | https://import-wishlist.netlify.app |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |