NeoGAF Dota 2 Emoticons

This extension adds the Dota 2 emoticons into the NeoGAF reply box.

Co to jest NeoGAF Dota 2 Emoticons?

NeoGAF Dota 2 Emoticons to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „This extension adds the Dota 2 emoticons into the NeoGAF reply box.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia NeoGAF Dota 2 Emoticons

Pobierz pliki rozszerzeń NeoGAF 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

                        This extension adds the Dota 2 animated emoticons into a smiley box located below the standard NeoGAF reply box.                    

Podstawowe informacje o rozszerzeniu

Nazwa NeoGAF Dota 2 Emoticons NeoGAF Dota 2 Emoticons
ID beefjioejjdkeeeebbgdmpfeaocjpmhm
Oficjalny URL https://chromewebstore.google.com/detail/neogaf-dota-2-emoticons/beefjioejjdkeeeebbgdmpfeaocjpmhm
Opis This extension adds the Dota 2 emoticons into the NeoGAF reply box.
Rozmiar pliku 46.41 KB
Liczba instalacji 42
Aktualna Wersja 2.1
Ostatnia Aktualizacja 2016-04-05
Data Publikacji 2016-04-04
Ocena 4.00/5 Łącznie 7 Oceny
Deweloper Unknown
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NeoGAF Dota 2 Emoticons",
    "description": "This extension adds the Dota 2 emoticons into the NeoGAF reply box.",
    "version": "2.1",
    "permissions": [
        "http:\/\/www.neogaf.com\/"
    ],
    "icons": {
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "js": [
                "jquery-2.1.3.min.js",
                "WaitForKeyElements.js",
                "emoticons.user.js"
            ],
            "matches": [
                "http:\/\/www.neogaf.com\/forum\/newreply.php*",
                "http:\/\/www.neogaf.com\/forum\/newthread.php*",
                "http:\/\/www.neogaf.com\/forum\/editpost.php*",
                "http:\/\/www.neogaf.com\/forum\/private.php*"
            ]
        }
    ]
}