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 là gì?
alike03's Subscription Info on Steam là một tiện ích mở rộng Chrome được phát triển bởi https://aligueler.com, và tính năng chính của nó là "See on Steam if the game is currently available on any Subscription package like Xbox Game Pass PC & Console, Ubisoft+ or EA Play".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng alike03's Subscription Info on Steam
Tải xuống các tệp mở rộng alike03's Subscription Info on Steam dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | alike03's Subscription Info on Steam |
ID | jecikjbpiedagpmibmgpfgnkfpomgeok |
URL Chính Thức | https://chromewebstore.google.com/detail/alike03s-subscription-inf/jecikjbpiedagpmibmgpfgnkfpomgeok |
Mô tả | See on Steam if the game is currently available on any Subscription package like Xbox Game Pass PC & Console, Ubisoft+ or EA Play |
Kích Thước Tệp | 41.86 KB |
Số Lần Cài Đặt | 13,841 |
Phiên Bản Hiện Tại | 1.2.3.2 |
Cập Nhật Lần Cuối | 2023-07-17 |
Ngày Phát Hành | 2020-09-30 |
Đánh Giá | 4.75/5 Tổng số 32 Đánh Giá |
Nhà Phát Triển | https://aligueler.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://aligueler.com/SubscriptionInfo/ |
URL Trang Trợ Giúp | https://github.com/alike03/SubscriptionInfo |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |