xDot

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

O que é xDot?

xDot é uma extensão do Chrome desenvolvida por udbhavs03, e sua principal característica é "A simple extension which displays a dot in the centre of the screen, useful for aiming in browser FPS games like krunker.io".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão xDot

Baixe arquivos de extensão xDot no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome xDot xDot
ID odgimjjamegkifkahpglfbclceiljndi
URL Oficial https://chrome.google.com/webstore/detail/xdot/odgimjjamegkifkahpglfbclceiljndi
Descrição A simple extension which displays a dot in the centre of the screen, useful for aiming in browser FPS games like krunker.io
Tamanho do Arquivo 9.58 KB
Contagem de Instalações 854
Versão Atual 1.0
Última Atualização 2019-04-30
Data de Publicação 2019-04-30
Classificação 4.25/5 Total de 4 Avaliações
Desenvolvedor udbhavs03
Tipo de Pagamento free
Site da Extensão https://github.com/udbhav-s/xDotExtension
Idiomas Suportados 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",
        "