xDot

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

Apa itu xDot?

xDot adalah ekstensi Chrome yang dikembangkan oleh udbhavs03, dan fitur utamanya adalah "A simple extension which displays a dot in the centre of the screen, useful for aiming in browser FPS games like krunker.io".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi xDot

Unduh file ekstensi xDot dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama xDot xDot
ID odgimjjamegkifkahpglfbclceiljndi
URL Resmi https://chrome.google.com/webstore/detail/xdot/odgimjjamegkifkahpglfbclceiljndi
Deskripsi A simple extension which displays a dot in the centre of the screen, useful for aiming in browser FPS games like krunker.io
Ukuran File 9.58 KB
Jumlah Instalasi 854
Versi Saat Ini 1.0
Terakhir Diperbarui 2019-04-30
Tanggal Publikasi 2019-04-30
Penilaian 4.25/5 Total 4 Penilaian
Pengembang udbhavs03
Tipe Pembayaran free
Situs Ekstensi https://github.com/udbhav-s/xDotExtension
Bahasa yang Didukung 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",
        "