Import Wishlist

Import your Steam's wishlist to your GOG account.

Import Wishlist là gì?

Import Wishlist là một tiện ích mở rộng Chrome được phát triển bởi https://import-wishlist.netlify.app, và tính năng chính của nó là "Import your Steam's wishlist to your GOG account.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Import Wishlist

Tải xuống các tệp mở rộng Import Wishlist dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Import Wishlist Import Wishlist
ID jenjpehgcedkjfjmelkodhagcogpbmgl
URL Chính Thức https://chromewebstore.google.com/detail/import-wishlist/jenjpehgcedkjfjmelkodhagcogpbmgl
Mô tả Import your Steam's wishlist to your GOG account.
Kích Thước Tệp 55.03 KB
Số Lần Cài Đặt 133
Phiên Bản Hiện Tại 0.1.1
Cập Nhật Lần Cuối 2023-02-15
Ngày Phát Hành 2022-06-09
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://import-wishlist.netlify.app
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}