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
官方網址 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\/*"
    ]
}