xDot

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

Co je xDot?

xDot je rozšíření Chrome vyvinuté udbhavs03, a jeho hlavní funkcí je „A simple extension which displays a dot in the centre of the screen, useful for aiming in browser FPS games like krunker.io“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření xDot

Stáhněte si soubory rozšíření xDot ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název xDot xDot
ID odgimjjamegkifkahpglfbclceiljndi
Oficiální URL https://chrome.google.com/webstore/detail/xdot/odgimjjamegkifkahpglfbclceiljndi
Popis A simple extension which displays a dot in the centre of the screen, useful for aiming in browser FPS games like krunker.io
Velikost souboru 9.58 KB
Počet instalací 854
Aktuální Verze 1.0
Poslední Aktualizace 2019-04-30
Datum Vydání 2019-04-30
Hodnocení 4.25/5 Celkem 4 Hodnocení
Vývojář udbhavs03
Typ Platby free
Webové stránky Rozšíření https://github.com/udbhav-s/xDotExtension
Podporované Jazyky 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",
        "