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开发的Chrome扩展程序,该扩展的主要功能是“This extension adds the Dota 2 emoticons into the NeoGAF reply box.”。

扩展截图

screenshot

下载NeoGAF Dota 2 Emoticons扩展crx文件

下载NeoGAF Dota 2 Emoticons扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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*"
            ]
        }
    ]
}