CSGOLotto fix

Improves your experience on CSGOLotto.com by applying changes to the design itself.

Τι είναι το CSGOLotto fix;

Το CSGOLotto fix είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον bACKY, και η κύρια λειτουργία του είναι "Improves your experience on CSGOLotto.com by applying changes to the design itself.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης CSGOLotto fix

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

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

                        This extension will improve the usage of CSGOLotto.com, it comes with a larger chat, and if you either create/join a duel, you have a larger window for item selection.

The "JOIN" button is also larger so that users are able to hit it faster.

Close button is also bigger on duel pop-ups.

Items can now be seen directly without pressing "view".

The "view" button should only be clicked if you would like to see the opponents items and/or the coin flip.                    

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

Όνομα CSGOLotto fix CSGOLotto fix
ID ilomdoklgaeodaephkkbjgipcbkclgkb
Επίσημο URL https://chromewebstore.google.com/detail/csgolotto-fix/ilomdoklgaeodaephkkbjgipcbkclgkb
Περιγραφή Improves your experience on CSGOLotto.com by applying changes to the design itself.
Μέγεθος Αρχείου 112 KB
Αριθμός Εγκαταστάσεων 13
Τρέχουσα Έκδοση 1.0.4
Τελευταία Ενημέρωση 2016-04-19
Ημερομηνία Δημοσίευσης 2016-04-19
Αξιολόγηση 4.63/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής bACKY
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://csgolotto.com
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CSGOLotto fix",
    "version": "1.0.4",
    "manifest_version": 2,
    "description": "Improves your experience on CSGOLotto.com by applying changes to the design itself.",
    "icons": {
        "16": "images\/19.png",
        "38": "images\/38.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.csgolotto.com\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery.min.js",
                "js.js"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/19.png",
            "38": "images\/38.png"
        },
        "default_title": "CSGOLotto",
        "default_popup": "index.html"
    }
}