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.”。
擴展截圖
下載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 擴展基本資訊
| 名稱 | |
| ID | jenjpehgcedkjfjmelkodhagcogpbmgl |
| 官方網址 | 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"
} | |