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
Eメール [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'"
}