xDot

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

Cos'è xDot?

xDot è un'estensione di Chrome sviluppata da udbhavs03, e la sua funzione principale è "A simple extension which displays a dot in the centre of the screen, useful for aiming in browser FPS games like krunker.io".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione xDot

Scarica i file di estensione xDot in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome xDot xDot
ID odgimjjamegkifkahpglfbclceiljndi
URL Ufficiale https://chrome.google.com/webstore/detail/xdot/odgimjjamegkifkahpglfbclceiljndi
Descrizione A simple extension which displays a dot in the centre of the screen, useful for aiming in browser FPS games like krunker.io
Dimensione del File 9.58 KB
Conteggio Installazioni 854
Versione Corrente 1.0
Ultimo Aggiornamento 2019-04-30
Data di Pubblicazione 2019-04-30
Valutazione 4.25/5 Totale 4 Valutazioni
Sviluppatore udbhavs03
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/udbhav-s/xDotExtension
Lingue Supportate 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",
        "