NeoGAF Dota 2 Emoticons

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

NeoGAF Dota 2 Emoticons क्या है?

NeoGAF Dota 2 Emoticons Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension adds the Dota 2 emoticons into the NeoGAF reply box."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में NeoGAF Dota 2 Emoticons एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम NeoGAF Dota 2 Emoticons NeoGAF Dota 2 Emoticons
ID beefjioejjdkeeeebbgdmpfeaocjpmhm
आधिकारिक URL https://chromewebstore.google.com/detail/neogaf-dota-2-emoticons/beefjioejjdkeeeebbgdmpfeaocjpmhm
विवरण This extension adds the Dota 2 emoticons into the NeoGAF reply box.
फ़ाइल का आकार 46.41 KB
स्थापना संख्या 42
वर्तमान संस्करण 2.1
अंतिम अपडेट 2016-04-05
प्रकाशन तिथि 2016-04-04
रेटिंग 4.00/5 कुल 7 रेटिंग्स
डेवलपर Unknown
भुगतान के प्रकार free
समर्थित भाषाएँ 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*"
            ]
        }
    ]
}