ESEA ADR
Show pug ADR/FPR without inspecting the element
Wat is ESEA ADR?
ESEA ADR is een Chrome-extensie ontwikkeld door sLi, en de belangrijkste functie is "Show pug ADR/FPR without inspecting the element".
Extensie Screenshots
Download het CRX-bestand van de extensie ESEA ADR
Download ESEA ADR-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
On ESEA match stats pages it looks for commented out html and makes it visible.
Basisinformatie over de Extensie
Naam | ![]() |
ID | kfeanekncamfmpdahnpcbhajiaphkond |
Officiële URL | https://chrome.google.com/webstore/detail/kfeanekncamfmpdahnpcbhajiaphkond |
Beschrijving | Show pug ADR/FPR without inspecting the element |
Bestandsgrootte | 3.86 KB |
Aantal Installaties | 41 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2016-01-24 |
Publicatiedatum | 2016-01-24 |
Beoordeling | 2.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | sLi |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } |