Dota 2 Emoticons
Replaces the Dota 2 emoticons text with the emoticon images.
Cos'è Dota 2 Emoticons?
Dota 2 Emoticons è un'estensione di Chrome sviluppata da DareTheDev, e la sua funzione principale è "Replaces the Dota 2 emoticons text with the emoticon images.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Dota 2 Emoticons
Scarica i file di estensione Dota 2 Emoticons in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Replaces the Dota 2 emoticons text with the emoticon images. Informazioni di Base sull'Estensione
| Nome | |
| ID | hijlllihflgggobkajnjebpgeofnbpjb |
| URL Ufficiale | https://chromewebstore.google.com/detail/dota-2-emoticons/hijlllihflgggobkajnjebpgeofnbpjb |
| Descrizione | Replaces the Dota 2 emoticons text with the emoticon images. |
| Dimensione del File | 49.88 KB |
| Conteggio Installazioni | 120 |
| Versione Corrente | 1.1 |
| Ultimo Aggiornamento | 2014-07-02 |
| Data di Pubblicazione | 2014-07-02 |
| Valutazione | 4.44/5 Totale 9 Valutazioni |
| Sviluppatore | DareTheDev |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
} | |