nightServ - The browser extension for IServ®
Themes for IServ®
nightServ - The browser extension for IServ®란 무엇입니까?
nightServ - The browser extension for IServ®은(는) https://nightserv.cc에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Themes for IServ®"입니다.
확장 프로그램 스크린샷
nightServ - The browser extension for IServ® 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
                        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                     확장 프로그램 기본 정보
| 이름 |   |  
| ID | bchohpbphomhnhnfhmfociifihbfjhpe | 
| 공식 URL | https://chromewebstore.google.com/detail/nightserv-the-browser-ext/bchohpbphomhnhnfhmfociifihbfjhpe | 
| 설명 | Themes for IServ® | 
| 파일 크기 | 483 KB | 
| 설치 횟수 | 202 | 
| 현재 버전 | 2.1.2 | 
| 최근 업데이트 | 2023-01-05 | 
| 출시 날짜 | 2021-02-23 | 
| 평점 | 4.89/5 총 19 개의 평점 | 
| 개발자 | https://nightserv.cc | 
| 이메일 | [email protected] | 
| 결제 유형 | free | 
| 확장 프로그램 웹 사이트 | https://nightserv.cc | 
| 도움말 페이지 URL | https://nightserv.cc#feedback | 
| 개인정보 보호 정책 페이지 URL | https://datenschutz.nightserv.cc | 
| 지원되는 언어 | 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"
    }
}  |  |