xDot

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

Что такое xDot?

xDot - это расширение Chrome, разработанное udbhavs03, и его основная функция - "A simple extension which displays a dot in the centre of the screen, useful for aiming in browser FPS games like krunker.io".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения xDot

Скачайте файлы расширений xDot в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название xDot xDot
ID odgimjjamegkifkahpglfbclceiljndi
Официальный URL https://chrome.google.com/webstore/detail/xdot/odgimjjamegkifkahpglfbclceiljndi
Описание A simple extension which displays a dot in the centre of the screen, useful for aiming in browser FPS games like krunker.io
Размер файла 9.58 KB
Количество установок 854
Текущая Версия 1.0
Последнее Обновление 2019-04-30
Дата публикации 2019-04-30
Рейтинг 4.25/5 Всего 4 оценок
Разработчик udbhavs03
Тип оплаты free
Официальный сайт расширения https://github.com/udbhav-s/xDotExtension
Поддерживаемые языки 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",
        "