Metacritic on Xbox Game Pass
Show meta critic notes on Xbox game Pass website
Metacritic on Xbox Game Pass란 무엇입니까?
Metacritic on Xbox Game Pass은(는) ynizon에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Show meta critic notes on Xbox game Pass website"입니다.
확장 프로그램 스크린샷
Metacritic on Xbox Game Pass 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Add notes from metacritics website when you are looking games in Xbox Game Pass. For the moment (v1), you need to click on the Xbox button on the plugin toolbar. Source available here: https://github.com/ynizon/xboxmetacritic
확장 프로그램 기본 정보
이름 | Metacritic on Xbox Game Pass |
ID | cgcpifhkdgmmnakbcgaaehabalijaddp |
공식 URL | https://chromewebstore.google.com/detail/metacritic-on-xbox-game-p/cgcpifhkdgmmnakbcgaaehabalijaddp |
설명 | Show meta critic notes on Xbox game Pass website |
파일 크기 | 1.56 MB |
설치 횟수 | 41 |
현재 버전 | 1.0 |
최근 업데이트 | 2023-12-12 |
출시 날짜 | 2023-12-12 |
개발자 | ynizon |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://google.gameandme.fr/privacy.php |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Metacritic on Xbox Game Pass", "version": "1.0", "author": "Yohann Nizon", "description": "Show meta critic notes on Xbox game Pass website", "permissions": [], "host_permissions": [ "https:\/\/www.metacritic.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/www.xbox.com\/*" ], "js": [ "content.js" ], "run_at": "document_idle" } ], "action": { "default_icon": "logo.png", "default_popup": "index.html", "default_title": "Show meta critic notes on Xbox game Pass website (https:\/\/www.xbox.com\/)." }, "icons": { "16": "logo.png", "48": "logo.png", "128": "logo.png" } } |