NeoGAF Dota 2 Emoticons

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

Wat is NeoGAF Dota 2 Emoticons?

NeoGAF Dota 2 Emoticons is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "This extension adds the Dota 2 emoticons into the NeoGAF reply box.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie NeoGAF Dota 2 Emoticons

Download NeoGAF Dota 2 Emoticons-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam NeoGAF Dota 2 Emoticons NeoGAF Dota 2 Emoticons
ID beefjioejjdkeeeebbgdmpfeaocjpmhm
Officiële URL https://chromewebstore.google.com/detail/neogaf-dota-2-emoticons/beefjioejjdkeeeebbgdmpfeaocjpmhm
Beschrijving This extension adds the Dota 2 emoticons into the NeoGAF reply box.
Bestandsgrootte 46.41 KB
Aantal Installaties 42
Huidige Versie 2.1
Laatst Bijgewerkt 2016-04-05
Publicatiedatum 2016-04-04
Beoordeling 4.00/5 Totaal 7 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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*"
            ]
        }
    ]
}