xDot

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

Wat is xDot?

xDot is een Chrome-extensie ontwikkeld door udbhavs03, en de belangrijkste functie is "A simple extension which displays a dot in the centre of the screen, useful for aiming in browser FPS games like krunker.io".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie xDot

Download xDot-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam xDot xDot
ID odgimjjamegkifkahpglfbclceiljndi
Officiële URL https://chrome.google.com/webstore/detail/xdot/odgimjjamegkifkahpglfbclceiljndi
Beschrijving A simple extension which displays a dot in the centre of the screen, useful for aiming in browser FPS games like krunker.io
Bestandsgrootte 9.58 KB
Aantal Installaties 854
Huidige Versie 1.0
Laatst Bijgewerkt 2019-04-30
Publicatiedatum 2019-04-30
Beoordeling 4.25/5 Totaal 4 Beoordelingen
Ontwikkelaar udbhavs03
Betalingswijze free
Extensiewebsite https://github.com/udbhav-s/xDotExtension
Ondersteunde Talen 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",
        "