Dota 2 Emoticons
Replaces the Dota 2 emoticons text with the emoticon images.
Vad är Dota 2 Emoticons?
Dota 2 Emoticons är en Chrome-tillägg utvecklad av DareTheDev, och dess huvudfunktion är "Replaces the Dota 2 emoticons text with the emoticon images.".
Tilläggsskärmbilder
Ladda ner Dota 2 Emoticons-förlängningens CRX-fil
Ladda ner Dota 2 Emoticons-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Replaces the Dota 2 emoticons text with the emoticon images. Grundläggande Information om Tillägg
| Namn | |
| ID | hijlllihflgggobkajnjebpgeofnbpjb |
| Officiell webbadress | https://chromewebstore.google.com/detail/dota-2-emoticons/hijlllihflgggobkajnjebpgeofnbpjb |
| Beskrivning | Replaces the Dota 2 emoticons text with the emoticon images. |
| Filstorlek | 49.88 KB |
| Antal Installationer | 120 |
| Aktuell Version | 1.1 |
| Senast Uppdaterad | 2014-07-02 |
| Publiceringsdatum | 2014-07-02 |
| Betyg | 4.44/5 Totalt 9 Betyg |
| Utvecklare | DareTheDev |
| Betalningssätt | free |
| Stödda Språk | 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"
} | |