Dota 2 Emoticons

Replaces the Dota 2 emoticons text with the emoticon images.

Τι είναι το Dota 2 Emoticons;

Το Dota 2 Emoticons είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον DareTheDev, και η κύρια λειτουργία του είναι "Replaces the Dota 2 emoticons text with the emoticon images.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Dota 2 Emoticons

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

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

                        Replaces the Dota 2 emoticons text with the emoticon images.                    

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

Όνομα Dota 2 Emoticons Dota 2 Emoticons
ID hijlllihflgggobkajnjebpgeofnbpjb
Επίσημο URL https://chromewebstore.google.com/detail/dota-2-emoticons/hijlllihflgggobkajnjebpgeofnbpjb
Περιγραφή Replaces the Dota 2 emoticons text with the emoticon images.
Μέγεθος Αρχείου 49.88 KB
Αριθμός Εγκαταστάσεων 120
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2014-07-02
Ημερομηνία Δημοσίευσης 2014-07-02
Αξιολόγηση 4.44/5 Συνολικά 9 Αξιολογήσεις
Προγραμματιστής DareTheDev
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "images\/*.gif"
    ],
    "icons": {
        "32": "icon32.png"
    },
    "description": "Replaces the Dota 2 emoticons text with the emoticon images.",
    "manifest_version": 2,
    "name": "Dota 2 Emoticons",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1"
}