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 to jest xDot?

xDot to rozszerzenie Chrome opracowane przez udbhavs03, a jego główną funkcją jest „A simple extension which displays a dot in the centre of the screen, useful for aiming in browser FPS games like krunker.io”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia xDot

Pobierz pliki rozszerzeń xDot w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa xDot xDot
ID odgimjjamegkifkahpglfbclceiljndi
Oficjalny URL https://chrome.google.com/webstore/detail/xdot/odgimjjamegkifkahpglfbclceiljndi
Opis A simple extension which displays a dot in the centre of the screen, useful for aiming in browser FPS games like krunker.io
Rozmiar pliku 9.58 KB
Liczba instalacji 854
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2019-04-30
Data Publikacji 2019-04-30
Ocena 4.25/5 Łącznie 4 Oceny
Deweloper udbhavs03
Typ Płatności free
Strona Rozszerzenia https://github.com/udbhav-s/xDotExtension
Obsługiwane Języki 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",
        "