alike03's Subscription Info on Steam
See on Steam if the game is currently available on any Subscription package like Xbox Game Pass PC & Console, Ubisoft+ or EA Play
什麼是alike03's Subscription Info on Steam?
alike03's Subscription Info on Steam是由https://aligueler.com開發的Chrome擴展程式,該擴展的主要功能是“See on Steam if the game is currently available on any Subscription package like Xbox Game Pass PC & Console, Ubisoft+ or EA Play”。
擴展截圖
下載alike03's Subscription Info on Steam擴展crx文件
下載alike03's Subscription Info on Steam擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Have you ever had the situation where you bought a game, only to later find out that it's already on a subscription package that you're subscribed to? It happened to me.
So I thought, "What if I could see that information directly on Steam?"
This addon checks the Game through the database I have created and displays if the game is currently on Xbox Game Pass PC & Console, on Ubisoft+, or on EA Play. 擴展基本資訊
| 名稱 | |
| ID | jecikjbpiedagpmibmgpfgnkfpomgeok |
| 官方網址 | https://chromewebstore.google.com/detail/alike03s-subscription-inf/jecikjbpiedagpmibmgpfgnkfpomgeok |
| 簡介 | See on Steam if the game is currently available on any Subscription package like Xbox Game Pass PC & Console, Ubisoft+ or EA Play |
| 檔案大小 | 41.86 KB |
| 安裝次數 | 13,841 |
| 目前版本 | 1.2.3.2 |
| 更新時間 | 2023-07-17 |
| 上架時間 | 2020-09-30 |
| 評分 | 4.75/5 共 32 次評分 |
| 開發者 | https://aligueler.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://aligueler.com/SubscriptionInfo/ |
| 說明頁面URL | https://github.com/alike03/SubscriptionInfo |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "alike03's Subscription Info on Steam",
"description": "See on Steam if the game is currently available on any Subscription package like Xbox Game Pass PC & Console, Ubisoft+ or EA Play",
"version": "1.2.3.2",
"homepage_url": "https:\/\/aligueler.com\/SubscriptionInfo\/",
"permissions": [
"https:\/\/aligueler.com\/",
"storage"
],
"icons": {
"48": "icon.png",
"96": "[email protected]"
},
"content_scripts": [
{
"matches": [
"*:\/\/store.steampowered.com\/*"
],
"js": [
"alike_gp_lang.js",
"alike_gp_main.js",
"alike_gp_ajax.js",
"alike_gp_info.js"
],
"css": [
"alike_gp_style.css"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
"alike_gp_options.json"
]
} | |