Dota 2 Emoticons
Replaces the Dota 2 emoticons text with the emoticon images.
Was ist Dota 2 Emoticons?
Dota 2 Emoticons ist eine Chrome-Erweiterung, die von DareTheDev entwickelt wurde, und ihr Hauptmerkmal ist "Replaces the Dota 2 emoticons text with the emoticon images.".
Erweiterungsscreenshots
Dota 2 Emoticons-Erweiterungs-CRX-Datei herunterladen
Laden Sie Dota 2 Emoticons-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Replaces the Dota 2 emoticons text with the emoticon images. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | hijlllihflgggobkajnjebpgeofnbpjb |
| Offizielle URL | https://chromewebstore.google.com/detail/dota-2-emoticons/hijlllihflgggobkajnjebpgeofnbpjb |
| Beschreibung | Replaces the Dota 2 emoticons text with the emoticon images. |
| Dateigröße | 49.88 KB |
| Installationsanzahl | 120 |
| Aktuelle Version | 1.1 |
| Letztes Update | 2014-07-02 |
| Veröffentlichungsdatum | 2014-07-02 |
| Bewertung | 4.44/5 Insgesamt 9 Bewertungen |
| Entwickler | DareTheDev |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
} | |