Sniper Gun Shooting Game
Sniper Gun Shooting Game in browser with 3D graphics
Sniper Gun Shooting Gameคืออะไร?
Sniper Gun Shooting Game เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Game Bol และคุณลักษณะหลักของมันคือ "Sniper Gun Shooting Game in browser with 3D graphics"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sniper Gun Shooting Game
ดาวน์โหลดไฟล์ส่วนขยาย Sniper Gun Shooting Game ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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__" } |