NeoGAF Dota 2 Emoticons

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

Apa itu NeoGAF Dota 2 Emoticons?

NeoGAF Dota 2 Emoticons adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "This extension adds the Dota 2 emoticons into the NeoGAF reply box.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi NeoGAF Dota 2 Emoticons

Unduh file ekstensi NeoGAF Dota 2 Emoticons dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama NeoGAF Dota 2 Emoticons NeoGAF Dota 2 Emoticons
ID beefjioejjdkeeeebbgdmpfeaocjpmhm
URL Resmi https://chromewebstore.google.com/detail/neogaf-dota-2-emoticons/beefjioejjdkeeeebbgdmpfeaocjpmhm
Deskripsi This extension adds the Dota 2 emoticons into the NeoGAF reply box.
Ukuran File 46.41 KB
Jumlah Instalasi 42
Versi Saat Ini 2.1
Terakhir Diperbarui 2016-04-05
Tanggal Publikasi 2016-04-04
Penilaian 4.00/5 Total 7 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung 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*"
            ]
        }
    ]
}