Dota2Lounge items checker

Easy getting information about item on dota2lounge from dota-trade

什么是Dota2Lounge items checker?

Dota2Lounge items checker是由Maxim Zhukov开发的Chrome扩展程序,该扩展的主要功能是“Easy getting information about item on dota2lounge from dota-trade”。

扩展截图

screenshot

下载Dota2Lounge items checker扩展crx文件

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

扩展使用说明

                                            

扩展基本信息

名称 Dota2Lounge items checker Dota2Lounge items checker
ID aifjbklilhppfacmhphcgkllilfehack
官方URL https://chrome.google.com/webstore/detail/dota2lounge-items-checker/aifjbklilhppfacmhphcgkllilfehack
简介 Easy getting information about item on dota2lounge from dota-trade
文件大小 39.56 KB
安装次数 101
当前版本 1.0.1
更新时间 2013-11-26
上架时间 2013-11-26
评分 3.42/5 共12次评分
开发者 Maxim Zhukov
电子邮箱 [email protected]
付费类型 free
支持的语言 ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dota2Lounge items checker",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Easy getting information about item on dota2lounge from dota-trade",
    "browser_action": {
        "default_title": "Dota2Lounge items checker",
        "default_icon": "img\/logo.png"
    },
    "icons": {
        "48": "img\/logo_48x48.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "\/js\/jquery.min.js",
                "\/js\/core.js"
            ],
            "css": [
                "\/css\/core.css"
            ],
            "matches": [
                "http:\/\/dota2lounge.com\/*"
            ]
        }
    ],
    "background": {
        "scripts": [
            "\/js\/jquery.min.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}