Surviv.io Pointer

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

Τι είναι το Surviv.io Pointer;

Το Surviv.io Pointer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον devchris314159, και η κύρια λειτουργία του είναι "Chrome extension to change the cursor in surviv.io from the crosshair to the pointer cursor. More info, attributions and change…".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Surviv.io Pointer

Λήψη αρχείων επέκτασης Surviv.io Pointer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Surviv.io Pointer Surviv.io Pointer
ID lngekiocifaldnomhioeklpbejcgdfaa
Επίσημο URL https://chrome.google.com/webstore/detail/survivio-pointer/lngekiocifaldnomhioeklpbejcgdfaa
Περιγραφή Chrome extension to change the cursor in surviv.io from the crosshair to the pointer cursor. More info, attributions and change…
Μέγεθος Αρχείου 66.34 KB
Αριθμός Εγκαταστάσεων 760
Τρέχουσα Έκδοση 0.4
Τελευταία Ενημέρωση 2018-09-03
Ημερομηνία Δημοσίευσης 2018-09-03
Αξιολόγηση 3.64/5 Συνολικά 22 Αξιολογήσεις
Προγραμματιστής devchris314159
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
        ]
    }
}