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.
拡張機能の基本情報
名前 | alike03's Subscription Info on Steam |
ID | jecikjbpiedagpmibmgpfgnkfpomgeok |
公式URL | 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 |
Eメール | [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" ] } |