Dota 2 Emoticons
Replaces the Dota 2 emoticons text with the emoticon images.
Co to jest Dota 2 Emoticons?
Dota 2 Emoticons to rozszerzenie Chrome opracowane przez DareTheDev, a jego główną funkcją jest „Replaces the Dota 2 emoticons text with the emoticon images.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Dota 2 Emoticons
Pobierz pliki rozszerzeń Dota 2 Emoticons w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Replaces the Dota 2 emoticons text with the emoticon images. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | hijlllihflgggobkajnjebpgeofnbpjb |
| Oficjalny URL | https://chromewebstore.google.com/detail/dota-2-emoticons/hijlllihflgggobkajnjebpgeofnbpjb |
| Opis | Replaces the Dota 2 emoticons text with the emoticon images. |
| Rozmiar pliku | 49.88 KB |
| Liczba instalacji | 120 |
| Aktualna Wersja | 1.1 |
| Ostatnia Aktualizacja | 2014-07-02 |
| Data Publikacji | 2014-07-02 |
| Ocena | 4.44/5 Łącznie 9 Oceny |
| Deweloper | DareTheDev |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
} | |