YouTube Audio Tracks Detector (by vidby.com)

The extension sends notifications when new videos and/or audio tracks in chosen languages are added to preferred YouTube channels.

Τι είναι το YouTube Audio Tracks Detector (by vidby.com);

Το YouTube Audio Tracks Detector (by vidby.com) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον vidby.com, και η κύρια λειτουργία του είναι "The extension sends notifications when new videos and/or audio tracks in chosen languages are added to preferred YouTube channels.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης YouTube Audio Tracks Detector (by vidby.com)

Λήψη αρχείων επέκτασης YouTube Audio Tracks Detector (by vidby.com) σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Just provide a link to the YouTube channel or video that interests you, choose the target language and as soon as an audio track or video in your language appears there, you will receive notification in your email. The frequency of notifications can be adjusted to your requirements. The extension also recommends the channels you might like. 

For YouTube creators, this is an opportunity to increase their reach and views, as well as attract new viewers and reduce the bounce rate by dubbing content in their native languages. The result is the increased depth of viewing and growth in income.
For subscribers, this is an opportunity to watch channels and videos in their preferred languages as soon as they come out by setting up notifications.
YouTube Audio Tracks Detector by vidby - Enjoy the world’s best content in your language!                    

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

Όνομα YouTube Audio Tracks Detector (by vidby.com) YouTube Audio Tracks Detector (by vidby.com)
ID hbjngniphaadpelgmjimpflapcmalefn
Επίσημο URL https://chromewebstore.google.com/detail/youtube-audio-tracks-dete/hbjngniphaadpelgmjimpflapcmalefn
Περιγραφή The extension sends notifications when new videos and/or audio tracks in chosen languages are added to preferred YouTube channels.
Μέγεθος Αρχείου 674 KB
Αριθμός Εγκαταστάσεων 122
Τρέχουσα Έκδοση 1.0.6
Τελευταία Ενημέρωση 2023-12-16
Ημερομηνία Δημοσίευσης 2023-08-25
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής vidby.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://vidby.com/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.6",
    "name": "YouTube Audio Tracks Detector (by vidby.com)",
    "short_name": "YE",
    "description": "The extension sends notifications when new videos and\/or audio tracks in chosen languages are added to preferred YouTube channels.",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmv0xqI5xhLSoxH+oQ3ZBJSbBER5LTmhfuM510bkz5eL2ArkehfRo6jCeqX8CKcQkDo8DjSeduWMWO9MqQQa5QRTavRdRUcCYcGwDElhS\/bPUDVs98VimFyXQSWXoumvoRTnae05Cdpk50xzUr5ZNTb3CCiAmqoyHyXKbOHPGgPXCHixXwn4EEVjLpEk5KzpO1cV0ZgC\/\/\/5sbFGs3JcQVbZmXyeOZSRaiOPVspqfOAZG7GePPkt+KTkRKJ+wSXRD\/DisnrPsWG7T5+W6crcErmAbQMUFLn2HJKrt836HGwuF7\/BM79M3JlQxKF7RNMDdrRGldC3PnmDkk8wd8SJmPQIDAQAB",
    "options_page": "options.html",
    "oauth2": {
        "client_id": "970689324101-ajhk4cpdah3eg57q7jtauncp2m30pq2q.apps.googleusercontent.com",
        "scopes": [
            "openid",
            "email",
            "profile"
        ]
    },
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "logo.png"
    },
    "background": {
        "service_worker": "service_worker.js"
    },
    "permissions": [
        "storage",
        "identity",
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ]
}