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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |