xDot

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

Qu'est-ce que xDot ?

xDot est une extension Chrome développée par udbhavs03, et sa fonction principale est "A simple extension which displays a dot in the centre of the screen, useful for aiming in browser FPS games like krunker.io".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension xDot

Téléchargez les fichiers d'extension xDot au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom xDot xDot
ID odgimjjamegkifkahpglfbclceiljndi
URL Officiel https://chrome.google.com/webstore/detail/xdot/odgimjjamegkifkahpglfbclceiljndi
Description A simple extension which displays a dot in the centre of the screen, useful for aiming in browser FPS games like krunker.io
Taille du Fichier 9.58 KB
Nombre d'Installations 854
Version Actuelle 1.0
Dernière Mise à Jour 2019-04-30
Date de Publication 2019-04-30
Évaluation 4.25/5 Total 4 Évaluations
Développeur udbhavs03
Type de Paiement free
Site Web de l'Extension https://github.com/udbhav-s/xDotExtension
Langues Prises en Charge 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",
        "