Dota 2 Emoticons
Replaces the Dota 2 emoticons text with the emoticon images.
Qu'est-ce que Dota 2 Emoticons ?
Dota 2 Emoticons est une extension Chrome développée par DareTheDev, et sa fonction principale est "Replaces the Dota 2 emoticons text with the emoticon images.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Dota 2 Emoticons
Téléchargez les fichiers d'extension Dota 2 Emoticons au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Replaces the Dota 2 emoticons text with the emoticon images.
Informations de Base sur l'Extension
Nom | Dota 2 Emoticons |
ID | hijlllihflgggobkajnjebpgeofnbpjb |
URL Officiel | https://chromewebstore.google.com/detail/dota-2-emoticons/hijlllihflgggobkajnjebpgeofnbpjb |
Description | Replaces the Dota 2 emoticons text with the emoticon images. |
Taille du Fichier | 49.88 KB |
Nombre d'Installations | 120 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2014-07-02 |
Date de Publication | 2014-07-02 |
Évaluation | 4.44/5 Total 9 Évaluations |
Développeur | DareTheDev |
Type de Paiement | free |
Langues Prises en Charge | 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" } |