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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://aligueler.com และคุณลักษณะหลักของมันคือ "See on Steam if the game is currently available on any Subscription package like Xbox Game Pass PC & Console, Ubisoft+ or EA Play"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย alike03's Subscription Info on Steam
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" ] } |