Nova YouTube™

YouTube™ Enhancer

Apa itu Nova YouTube™?

Nova YouTube™ adalah ekstensi Chrome yang dikembangkan oleh raingart, dan fitur utamanya adalah "YouTube™ Enhancer".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Nova YouTube™

Unduh file ekstensi Nova YouTube™ dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

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

Informasi Dasar Ekstensi

Nama Nova YouTube™ Nova YouTube™
ID miiheelkbegpkflplpmmkidaklfgjecb
URL Resmi https://chrome.google.com/webstore/detail/nova-youtube/miiheelkbegpkflplpmmkidaklfgjecb
Deskripsi YouTube™ Enhancer
Ukuran File 170 KB
Jumlah Instalasi 768
Versi Saat Ini 1.26.2.1
Terakhir Diperbarui 2022-05-29
Tanggal Publikasi 2020-06-28
Penilaian 3.82/5 Total 11 Penilaian
Pengembang raingart
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/raingart/Nova-YouTube-extension
URL Halaman Bantuan https://github.com/raingart/Nova-YouTube-extension/issues
Bahasa yang Didukung 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"
    }
}