Surviv.io Pointer

Chrome extension to change the cursor in surviv.io from the crosshair to the pointer cursor. More info, attributions and change…

Qu'est-ce que Surviv.io Pointer ?

Surviv.io Pointer est une extension Chrome développée par devchris314159, et sa fonction principale est "Chrome extension to change the cursor in surviv.io from the crosshair to the pointer cursor. More info, attributions and change…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Surviv.io Pointer

Téléchargez les fichiers d'extension Surviv.io Pointer 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

                        Chrome extension to change the cursor in surviv.io from the crosshair to the pointer cursor.

More info, attributions and change notes on the github repo: https://github.com/grabc59/surviv-io-pointer-extension                    

Informations de Base sur l'Extension

Nom Surviv.io Pointer Surviv.io Pointer
ID lngekiocifaldnomhioeklpbejcgdfaa
URL Officiel https://chrome.google.com/webstore/detail/survivio-pointer/lngekiocifaldnomhioeklpbejcgdfaa
Description Chrome extension to change the cursor in surviv.io from the crosshair to the pointer cursor. More info, attributions and change…
Taille du Fichier 66.34 KB
Nombre d'Installations 760
Version Actuelle 0.4
Dernière Mise à Jour 2018-09-03
Date de Publication 2018-09-03
Évaluation 3.64/5 Total 22 Évaluations
Développeur devchris314159
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Surviv.io Pointer",
    "version": "0.4",
    "browser_action": {
        "default_icon": "radioactive.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/surviv.io\/*",
                "*:\/\/surviv2.io\/*",
                "*:\/\/surviv2.io\/*",
                "*:\/\/2dbattleroyale.com\/*",
                "*:\/\/2dbattleroyale.com\/*"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}