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