csgolounge helper

csgolounge by iamoverit

什么是csgolounge helper?

csgolounge helper是由ilya.filisteev开发的Chrome扩展程序,该扩展的主要功能是“csgolounge by iamoverit”。

扩展截图

screenshot

下载csgolounge helper扩展crx文件

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

扩展使用说明

                        Помошник csgolounge отображает сумму всех скинов на странице mybets                    

扩展基本信息

名称 csgolounge helper csgolounge helper
ID goipfcbeigailjdhkcpgamiamlfibnjb
官方URL https://chrome.google.com/webstore/detail/csgolounge-helper/goipfcbeigailjdhkcpgamiamlfibnjb
简介 csgolounge by iamoverit
文件大小 77.1 KB
安装次数 32
当前版本 0.0.1
更新时间 2014-10-08
上架时间 2014-10-08
评分 2.00/5 共3次评分
开发者 ilya.filisteev
付费类型 free
支持的语言 ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/lib\/jquery.min.js",
                "js\/lib\/jquery.cookie.js",
                "js\/main.js"
            ],
            "matches": [
                "http:\/\/csgolounge.com\/*"
            ]
        }
    ],
    "description": "csgolounge by iamoverit",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "64": "icon-64.png"
    },
    "manifest_version": 2,
    "name": "csgolounge helper",
    "permissions": [
        "http:\/\/steamcommunity.com\/*",
        "https:\/\/steamcommunity.com\/*",
        "http:\/\/loungeassistant.bi.tk\/*",
        "storage"
    ],
    "version": "0.0.1"
}