Sniper Gun Shooting Game
Sniper Gun Shooting Game in browser with 3D graphics
Sniper Gun Shooting Game란 무엇입니까?
Sniper Gun Shooting Game은(는) Game Bol에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sniper Gun Shooting Game in browser with 3D graphics"입니다.
확장 프로그램 스크린샷
Sniper Gun Shooting Game 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Play Sniper Gun Shooting Game to relax offline at the computer. In this game you have to take down the bad guys with a sniper rifle. Score more points with accurate shots from a long distance. You can see your wins in slow-mo! The game is very simple and takes up little space. Play it even on your grandmother's computer. Now there is only a desert map. If you like the game, suggest in the comments which map you would like to see added. Note: this game may contain promotions.
확장 프로그램 기본 정보
이름 | |
ID | mmnnkiioglfjfaglamekckmofkepbdpk |
공식 URL | https://chrome.google.com/webstore/detail/sniper-gun-shooting-game/mmnnkiioglfjfaglamekckmofkepbdpk |
설명 | Sniper Gun Shooting Game in browser with 3D graphics |
파일 크기 | 14.51 MB |
설치 횟수 | 1,068 |
현재 버전 | 1.1.0 |
최근 업데이트 | 2022-09-24 |
출시 날짜 | 2022-09-24 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Game Bol |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://docs.google.com/document/d/1NRblJVok1AN8Sfloyr9aBPDEyiF6b3xNgTcDns83hto/edit?usp=sharing |
지원되는 언어 | id,de,en,fr,nl,es,it,fi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.0", "action": { "default_icon": "128.png" }, "manifest_version": 3, "background": { "service_worker": "service_worker.js" }, "web_accessible_resources": [ { "resources": [ "Build\/*" ], "matches": [ "*:\/\/*\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "Build\/cache.js" ] } ], "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';" }, "default_locale": "en", "icons": { "128": "128.png" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/*\/*" ], "name": "Sniper Gun Shooting Game", "description": "__MSG_appDesc__" } |