Nova YouTube™

YouTube™ Enhancer

Nova YouTube™란 무엇입니까?

Nova YouTube™은(는) raingart에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "YouTube™ Enhancer"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Nova YouTube™ 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Wiki:
https://github.com/raingart/Nova-YouTube-extension/wiki/plugins

Demo settings:
https://raingart.github.io/options.html#demo                    

확장 프로그램 기본 정보

이름 Nova YouTube™ Nova YouTube™
ID miiheelkbegpkflplpmmkidaklfgjecb
공식 URL https://chrome.google.com/webstore/detail/nova-youtube/miiheelkbegpkflplpmmkidaklfgjecb
설명 YouTube™ Enhancer
파일 크기 170 KB
설치 횟수 768
현재 버전 1.26.2.1
최근 업데이트 2022-05-29
출시 날짜 2020-06-28
평점 3.82/5 총 11 개의 평점
개발자 raingart
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/raingart/Nova-YouTube-extension
도움말 페이지 URL https://github.com/raingart/Nova-YouTube-extension/issues
지원되는 언어 de,en,fr,tr,es,zh-CN,ja,ko
manifest.json
{
    "manifest_version": 2,
    "name": "Nova YouTube\u2122",
    "short_name": "NovaTube",
    "description": "__MSG_app_description__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "minimum_chrome_version": "80.0",
    "version": "1.26.2.1",
    "author": "raingart",
    "icons": {
        "16": "\/icons\/16.png",
        "48": "\/icons\/48.png",
        "128": "\/icons\/128.png"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "page": "\/html\/background.html",
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*",
                "https:\/\/*.youtube-nocookie.com\/*"
            ],
            "exclude_matches": [
                "https:\/\/*.youtube.com\/*.xml*",
                "https:\/\/*.youtube.com\/error*",
                "https:\/\/music.youtube.com\/*",
                "https:\/\/accounts.youtube.com\/*"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "js": [
                "\/js\/libs\/storage.js",
                "\/js\/plugins.js",
                "\/js\/loader.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "\/plugins\/*"
    ],
    "options_page": "\/html\/options.html?tabs=tab-plugins",
    "browser_action": {
        "default_popup": "\/html\/options.html"
    }
}