NightcoreIt

NightcoreIt is a Chrome extension that allows you to nightcore any song on YouTube with one click!

Τι είναι το NightcoreIt;

Το NightcoreIt είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Tiago Fernandes, και η κύρια λειτουργία του είναι "NightcoreIt is a Chrome extension that allows you to nightcore any song on YouTube with one click!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης NightcoreIt

Λήψη αρχείων επέκτασης NightcoreIt σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This Chrome extension allows you to speed-up or slow-down your musics, it works for any YouTube video, including YouTube Music and Shorts.

You might want to reload the page before using the extension, for it to work properly.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα NightcoreIt NightcoreIt
ID ehhnaclkeacahflppnjafgndjmahphdn
Επίσημο URL https://chromewebstore.google.com/detail/nightcoreit/ehhnaclkeacahflppnjafgndjmahphdn
Περιγραφή NightcoreIt is a Chrome extension that allows you to nightcore any song on YouTube with one click!
Μέγεθος Αρχείου 68.1 KB
Αριθμός Εγκαταστάσεων 309
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2023-09-01
Ημερομηνία Δημοσίευσης 2023-05-21
Αξιολόγηση 4.50/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής Tiago Fernandes
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "NightcoreIt",
    "description": "NightcoreIt is a Chrome extension that allows you to nightcore any song on YouTube with one click!",
    "version": "1.0.2",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*",
                "*:\/\/music.youtube.com\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "NightcoreIt"
    },
    "icons": {
        "16": "img\/icon_smaller.png",
        "128": "img\/icon.png"
    }
}