Exs Dark Theme
Applies custom styling for gaming community exs.lv
Wat is Exs Dark Theme?
Exs Dark Theme is een Chrome-extensie ontwikkeld door ArnoldsK, en de belangrijkste functie is "Applies custom styling for gaming community exs.lv".
Extensie Screenshots
Download het CRX-bestand van de extensie Exs Dark Theme
Download Exs Dark Theme-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
Nothing special is required. Simply install the extension and reload the page.
Enjoy the void! Basisinformatie over de Extensie
| Naam | |
| ID | fboiialfdhmnbkmapmheglgkmpggdokb |
| Officiële URL | https://chromewebstore.google.com/detail/exs-dark-theme/fboiialfdhmnbkmapmheglgkmpggdokb |
| Beschrijving | Applies custom styling for gaming community exs.lv |
| Bestandsgrootte | 253 KB |
| Aantal Installaties | 23 |
| Huidige Versie | 4.4 |
| Laatst Bijgewerkt | 2020-03-30 |
| Publicatiedatum | 2020-03-25 |
| Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | ArnoldsK |
| Betalingswijze | free |
| Extensiewebsite | https://exs.lv |
| Help Pagina-URL | https://exs.lv/user/2145 |
| Ondersteunde Talen | lv |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Exs Dark Theme",
"description": "Applies custom styling for gaming community exs.lv",
"version": "4.4",
"manifest_version": 2,
"web_accessible_resources": [
"js\/analytics.js",
"css\/style.css",
"img\/menu.png",
"img\/spoiler.png",
"img\/url.png",
"img\/img.png",
"img\/pepsi.png"
],
"content_scripts": [
{
"css": [
"css\/style.css"
],
"js": [
"js\/jquery-3.3.1.min.js",
"js\/main.js"
],
"matches": [
"https:\/\/exs.lv\/*"
],
"run_at": "document_start"
}
],
"converted_from_user_script": true,
"icons": {
"16": "icon-16.png",
"128": "icon-128.png"
},
"permissions": [
"storage"
]
} | |