xDot

A simple extension which displays a dot in the centre of the screen, useful for aiming in browser FPS games like krunker.io

xDotคืออะไร?

xDot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย udbhavs03 และคุณลักษณะหลักของมันคือ "A simple extension which displays a dot in the centre of the screen, useful for aiming in browser FPS games like krunker.io"

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

screenshot

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

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

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

                        xDot is a simple extension which can be used to show a small customizable dot in the center of the screen. This is useful for things like aiming and quickscoping in browser-based FPS games like krunker.io                    

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

ชื่อ xDot xDot
ID odgimjjamegkifkahpglfbclceiljndi
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/xdot/odgimjjamegkifkahpglfbclceiljndi
คำอธิบาย A simple extension which displays a dot in the centre of the screen, useful for aiming in browser FPS games like krunker.io
ขนาดไฟล์ 9.58 KB
จำนวนการติดตั้ง 854
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2019-04-30
วันที่เผยแพร่ 2019-04-30
คะแนน 4.25/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา udbhavs03
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/udbhav-s/xDotExtension
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0",
    "name": "xDot",
    "description": "A simple extension which displays a dot in the centre of the screen, useful for aiming in browser FPS games like krunker.io",
    "author": "Udbhav Saxena",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "xDot",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "