Greasy Fork is available in English.

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

Autor
chr233
Verzija
1.1
Napravljeno
26/08/2021
Ažurirano
26/08/2021
Licenca
Nije dostupno

调用示例:

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