xDot

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

Vad är xDot?

xDot är en Chrome-tillägg utvecklad av udbhavs03, och dess huvudfunktion är "A simple extension which displays a dot in the centre of the screen, useful for aiming in browser FPS games like krunker.io".

Tilläggsskärmbilder

screenshot

Ladda ner xDot-förlängningens CRX-fil

Ladda ner xDot-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn xDot xDot
ID odgimjjamegkifkahpglfbclceiljndi
Officiell webbadress https://chrome.google.com/webstore/detail/xdot/odgimjjamegkifkahpglfbclceiljndi
Beskrivning A simple extension which displays a dot in the centre of the screen, useful for aiming in browser FPS games like krunker.io
Filstorlek 9.58 KB
Antal Installationer 854
Aktuell Version 1.0
Senast Uppdaterad 2019-04-30
Publiceringsdatum 2019-04-30
Betyg 4.25/5 Totalt 4 Betyg
Utvecklare udbhavs03
Betalningssätt free
Tilläggswebbplats https://github.com/udbhav-s/xDotExtension
Stödda Språk 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",
        "