Dark ESEA
Dark theme for ESEA's website.
Cos'è Dark ESEA?
Dark ESEA è un'estensione di Chrome sviluppata da stree, e la sua funzione principale è "Dark theme for ESEA's website.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Dark ESEA
Scarica i file di estensione Dark ESEA in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Dark theme for ESEA's website.
Contact:
https://play.esea.net/users/274325
http://steamcommunity.com/id/sterdog420 Informazioni di Base sull'Estensione
| Nome | |
| ID | gcmkfijicnfknaaejbilojkeifhcefcp |
| URL Ufficiale | https://chromewebstore.google.com/detail/dark-esea/gcmkfijicnfknaaejbilojkeifhcefcp |
| Descrizione | Dark theme for ESEA's website. |
| Dimensione del File | 232 KB |
| Conteggio Installazioni | 229 |
| Versione Corrente | 1.6 |
| Ultimo Aggiornamento | 2016-03-31 |
| Data di Pubblicazione | 2016-03-31 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | stree |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Dark ESEA",
"version": "1.6",
"description": "Dark theme for ESEA's website.",
"manifest_version": 2,
"web_accessible_resources": [
"images\/*.png",
"images\/*.jpg"
],
"content_scripts": [
{
"css": [
"darkesea.css"
],
"matches": [
"http:\/\/*.esea.net\/*",
"https:\/\/*.esea.net\/*"
]
}
]
} | |