Dota 2 Emoticons

Replaces the Dota 2 emoticons text with the emoticon images.

Wat is Dota 2 Emoticons?

Dota 2 Emoticons is een Chrome-extensie ontwikkeld door DareTheDev, en de belangrijkste functie is "Replaces the Dota 2 emoticons text with the emoticon images.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Dota 2 Emoticons

Download Dota 2 Emoticons-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Replaces the Dota 2 emoticons text with the emoticon images.                    

Basisinformatie over de Extensie

Naam Dota 2 Emoticons Dota 2 Emoticons
ID hijlllihflgggobkajnjebpgeofnbpjb
Officiële URL https://chromewebstore.google.com/detail/dota-2-emoticons/hijlllihflgggobkajnjebpgeofnbpjb
Beschrijving Replaces the Dota 2 emoticons text with the emoticon images.
Bestandsgrootte 49.88 KB
Aantal Installaties 120
Huidige Versie 1.1
Laatst Bijgewerkt 2014-07-02
Publicatiedatum 2014-07-02
Beoordeling 4.44/5 Totaal 9 Beoordelingen
Ontwikkelaar DareTheDev
Betalingswijze free
Ondersteunde Talen 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"
}