Dota 2 Emoticons
Replaces the Dota 2 emoticons text with the emoticon images.
Hvad er Dota 2 Emoticons?
Dota 2 Emoticons er en Chrome-udvidelse udviklet af DareTheDev, og dens hovedfunktion er "Replaces the Dota 2 emoticons text with the emoticon images.".
Udvidelsesskærmbilleder
Download Dota 2 Emoticons-udvidelses-CRX-fil
Download Dota 2 Emoticons-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Replaces the Dota 2 emoticons text with the emoticon images. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | hijlllihflgggobkajnjebpgeofnbpjb |
| Officiel URL | https://chromewebstore.google.com/detail/dota-2-emoticons/hijlllihflgggobkajnjebpgeofnbpjb |
| Beskrivelse | Replaces the Dota 2 emoticons text with the emoticon images. |
| Filstørrelse | 49.88 KB |
| Antal Installationer | 120 |
| Nuværende Version | 1.1 |
| Senest Opdateret | 2014-07-02 |
| Udgivelsesdato | 2014-07-02 |
| Bedømmelse | 4.44/5 Samlet 9 Bedømmelser |
| Udvikler | DareTheDev |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
} | |