Import Wishlist

Import your Steam's wishlist to your GOG account.

Import Wishlistとは何ですか?

Import Wishlistはhttps://import-wishlist.netlify.appによって開発されたChromeの拡張機能で、その主な機能は「Import your Steam's wishlist to your GOG account.」です。

拡張機能のスクリーンショット

screenshot

Import Wishlist拡張機能のCRXファイルをダウンロード

Import Wishlist拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension helps you to import your Steam wishlist to your GOG account.

Source code: https://github.com/Daniel-Mendes/import-wishlist                    

拡張機能の基本情報

名前 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
Eメール [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"
}