nightServ - The browser extension for IServ®
Themes for IServ®
Co to jest nightServ - The browser extension for IServ®?
nightServ - The browser extension for IServ® to rozszerzenie Chrome opracowane przez https://nightserv.cc, a jego główną funkcją jest „Themes for IServ®”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia nightServ - The browser extension for IServ®
Pobierz pliki rozszerzeń nightServ - The browser extension for IServ® w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Mit diesem Add-On kannst du das Design von deiner IServ Oberfläche ändern.
Dieses Addon bietet dir verschiedene Themes wie auch einen "dunklen Modus"
Dieses Projekt kannst du auch auf GitHub einsehen: https://github.com/adrian-abit/nightServ Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | bchohpbphomhnhnfhmfociifihbfjhpe |
| Oficjalny URL | https://chromewebstore.google.com/detail/nightserv-the-browser-ext/bchohpbphomhnhnfhmfociifihbfjhpe |
| Opis | Themes for IServ® |
| Rozmiar pliku | 483 KB |
| Liczba instalacji | 202 |
| Aktualna Wersja | 2.1.2 |
| Ostatnia Aktualizacja | 2023-01-05 |
| Data Publikacji | 2021-02-23 |
| Ocena | 4.89/5 Łącznie 19 Oceny |
| Deweloper | https://nightserv.cc |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://nightserv.cc |
| Adres URL Strony Pomocy | https://nightserv.cc#feedback |
| Adres URL Strony Polityki Prywatności | https://datenschutz.nightserv.cc |
| Obsługiwane Języki | de,en,nl |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_name__",
"description": "__MSG_desc__",
"version": "212",
"author": "Adrian Bit",
"version_name": "2.1.2",
"manifest_version": 3,
"default_locale": "de",
"web_accessible_resources": [
{
"resources": [
"assets\/nightserv.png",
"assets\/nightservN48.png",
"assets\/ns24.png",
"pages\/settings\/settings.html",
"pages\/settings\/settings.js",
"pages\/settings\/settings.css",
"themes\/layouts.json"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"permissions": [
"storage",
"tabs",
"scripting",
"unlimitedStorage"
],
"host_permissions": [
"*:\/\/*\/*"
],
"action": {
"default_popup": "pages\/popup\/popup.html",
"default_icon": "assets\/nightservN128.png"
},
"background": {
"service_worker": "addon.js"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"content.js"
],
"run_at": "document_start"
}
],
"icons": {
"128": "assets\/nightservN128.png",
"16": "assets\/nightservN16.png",
"19": "assets\/nightservN19.png",
"38": "assets\/nightservN38.png",
"48": "assets\/nightservN48.png"
}
} | |