🏠 Home 

Search_Steam_Store

搜索Steam商店,返回[{ appID, isBundle, appName, appPrice, appUrl, appImg }]

This script should not be not be installed directly. It is a library for other scripts to include with the meta directive // @require https://update.greasyfork.org/scripts/431430/964232/Search_Steam_Store.js

Author
chr233
Version
1.1
Created
2021-08-26
Updated
2021-08-26
Size
3.05 KB
License
N/A

调用示例:

searchStore('road 96','CN')
.then((r###lt) => {
console.log(r###lt);
})
.catch((reason) => {
alert(`商店信息解析失败`
});
await r###lt = searchStore('road 96','CN');