ESEA ADR
Show pug ADR/FPR without inspecting the element
What is ESEA ADR?
ESEA ADR is a Chrome extension developed by sLi, and its main feature is "Show pug ADR/FPR without inspecting the element".
Extension Screenshots
Download ESEA ADR Extension CRX File
Download ESEA ADR extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
On ESEA match stats pages it looks for commented out html and makes it visible.
Extension Basic Information
Name | ![]() |
ID | kfeanekncamfmpdahnpcbhajiaphkond |
Official URL | https://chrome.google.com/webstore/detail/kfeanekncamfmpdahnpcbhajiaphkond |
Description | Show pug ADR/FPR without inspecting the element |
File Size | 3.86 KB |
Installation Count | 41 |
Current Version | 1.1 |
Last Updated | 2016-01-24 |
Publish Date | 2016-01-24 |
Rating | 2.67/5 Total 3 Ratings |
Developer | sLi |
Payment Type | free |
Supported Languages | 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\/*" ] } |