Neo Golf

Simple 2D Mini Golf

Neo Golfคืออะไร?

Neo Golf เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://onionfist.net และคุณลักษณะหลักของมันคือ "Simple 2D Mini Golf"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Neo Golf

ดาวน์โหลดไฟล์ส่วนขยาย Neo Golf ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        2D mini golf game, right in your popup!

Do you want to make your own levels? Watch these two short tutorials for making your own maps:
- Tutorial 1: https://youtu.be/2wXn8XSAaxY
- Tutorial 2: https://youtu.be/q2k0REHkyaQ

This used to be a 3D game, but I re-programmed into a 2D game because I want to include Neo Golf in Elytrix.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Neo Golf Neo Golf
ID fmngeekpbknidojdgpbhajnbmcmemkjf
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/neo-golf/fmngeekpbknidojdgpbhajnbmcmemkjf
คำอธิบาย Simple 2D Mini Golf
ขนาดไฟล์ 21.14 MB
จำนวนการติดตั้ง 57,176
เวอร์ชันปัจจุบัน 0.004
อัปเดตครั้งล่าสุด 2022-03-18
วันที่เผยแพร่ 2021-12-28
คะแนน 3.77/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา http://onionfist.net
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://onionfist.net/
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Neo Golf",
    "short_name": "Neo Golf",
    "description": "Simple 2D Mini Golf",
    "version": "0.004",
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    },
    "action": {
        "default_icon": "assets\/icons\/icon.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.onionfist.com\/*"
        ]
    }
}