Among Us Hidden Star [Play now]
Among Us Hidden Star Game Find hidden stars in the pictures
Among Us Hidden Star [Play now]란 무엇입니까?
Among Us Hidden Star [Play now]은(는) FeepGames에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Among Us Hidden Star Game Find hidden stars in the pictures"입니다.
확장 프로그램 스크린샷
Among Us Hidden Star [Play now] 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Find hidden stars game which is a great version of Among us Game is now available in chrome store add-on store If you want to have a good time with this Among us game, you can download it now. Among us Hidden Star game is played only with the help of the mouse and it has many degrees, find these degrees in a limited time and go to the next one.
확장 프로그램 기본 정보
이름 | |
ID | oglggccknillchiglaoeidongpjbcpan |
공식 URL | https://chrome.google.com/webstore/detail/among-us-hidden-star-play/oglggccknillchiglaoeidongpjbcpan |
설명 | Among Us Hidden Star Game Find hidden stars in the pictures |
파일 크기 | 55.68 KB |
설치 횟수 | 611 |
현재 버전 | 1.0 |
최근 업데이트 | 2021-06-25 |
출시 날짜 | 2021-06-25 |
평점 | 1.00/5 총 1 개의 평점 |
개발자 | FeepGames |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://feep.club/imposter-hidden-stars/play/ |
개인정보 보호 정책 페이지 URL | https://www.crazycraftz.com/privacy-policy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Among Us Hidden Star [Play now]", "description": "Among Us Hidden Star Game Find hidden stars in the pictures", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "index.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" } } |