nightServ - The browser extension for IServ®
Themes for IServ®
What is nightServ - The browser extension for IServ®?
nightServ - The browser extension for IServ® is a Chrome extension developed by https://nightserv.cc, and its main feature is "Themes for IServ®".
Extension Screenshots
Download nightServ - The browser extension for IServ® Extension CRX File
Download nightServ - The browser extension for IServ® extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
                        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                     Extension Basic Information
| Name |   |  
| ID | bchohpbphomhnhnfhmfociifihbfjhpe | 
| Official URL | https://chromewebstore.google.com/detail/nightserv-the-browser-ext/bchohpbphomhnhnfhmfociifihbfjhpe | 
| Description | Themes for IServ® | 
| File Size | 483 KB | 
| Installation Count | 202 | 
| Current Version | 2.1.2 | 
| Last Updated | 2023-01-05 | 
| Publish Date | 2021-02-23 | 
| Rating | 4.89/5 Total 19 Ratings | 
| Developer | https://nightserv.cc | 
| [email protected] | |
| Payment Type | free | 
| Extension Website | https://nightserv.cc | 
| Help Page URL | https://nightserv.cc#feedback | 
| Privacy Policy Page URL | https://datenschutz.nightserv.cc | 
| Supported Languages | 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"
    }
}  |  |