ESEA ADR

Show pug ADR/FPR without inspecting the element

ESEA ADRとは何ですか?

ESEA ADRはsLiによって開発されたChromeの拡張機能で、その主な機能は「Show pug ADR/FPR without inspecting the element」です。

拡張機能のスクリーンショット

screenshot

ESEA ADR拡張機能のCRXファイルをダウンロード

ESEA ADR拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        On ESEA match stats pages it looks for commented out html and makes it visible.                    

拡張機能の基本情報

名前 ESEA ADR ESEA ADR
ID kfeanekncamfmpdahnpcbhajiaphkond
公式URL https://chrome.google.com/webstore/detail/kfeanekncamfmpdahnpcbhajiaphkond
説明 Show pug ADR/FPR without inspecting the element
ファイルサイズ 3.86 KB
インストール数 41
現在のバージョン 1.1
最終更新日 2016-01-24
公開日 2016-01-24
評価 2.67/5 合計 3 レビュー
開発者 sLi
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ESEA ADR",
    "description": "Show pug ADR\/FPR without inspecting the element",
    "version": "1.1",
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/play.esea.net\/*"
            ],
            "js": [
                "run.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "https:\/\/play.esea.net\/*"
    ]
}