Exs Dark Theme
Applies custom styling for gaming community exs.lv
Hvad er Exs Dark Theme?
Exs Dark Theme er en Chrome-udvidelse udviklet af ArnoldsK, og dens hovedfunktion er "Applies custom styling for gaming community exs.lv".
Udvidelsesskærmbilleder
Download Exs Dark Theme-udvidelses-CRX-fil
Download Exs Dark Theme-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Nothing special is required. Simply install the extension and reload the page.
Enjoy the void! Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | fboiialfdhmnbkmapmheglgkmpggdokb |
| Officiel URL | https://chromewebstore.google.com/detail/exs-dark-theme/fboiialfdhmnbkmapmheglgkmpggdokb |
| Beskrivelse | Applies custom styling for gaming community exs.lv |
| Filstørrelse | 253 KB |
| Antal Installationer | 23 |
| Nuværende Version | 4.4 |
| Senest Opdateret | 2020-03-30 |
| Udgivelsesdato | 2020-03-25 |
| Bedømmelse | 5.00/5 Samlet 4 Bedømmelser |
| Udvikler | ArnoldsK |
| Betalingsmetode | free |
| Udvidelseswebsted | https://exs.lv |
| Hjælpeside-URL | https://exs.lv/user/2145 |
| Understøttede Sprog | 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"
]
} | |