Highlights for YouTube

View highlights on the video player, that are generated from timestamps found in the description and top comments.

Τι είναι το Highlights for YouTube;

Το Highlights for YouTube είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Ermag, και η κύρια λειτουργία του είναι "View highlights on the video player, that are generated from timestamps found in the description and top comments.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        UPDATE: Added controls for navigating between highlights.

See chapters or interesting moments without the need to scroll to the comment/description section. You can toggle the highlights directly from the video player options.

Note: Not all videos will have highlights on them since they are generated from timestamps. Feedback is greatly appreciated!

YouTube is a trademark of Google Inc.                    

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

Όνομα Highlights for YouTube Highlights for YouTube
ID jahmafmcpgdedfjfknmfkhaiejlfdcfc
Επίσημο URL https://chromewebstore.google.com/detail/highlights-for-youtube/jahmafmcpgdedfjfknmfkhaiejlfdcfc
Περιγραφή View highlights on the video player, that are generated from timestamps found in the description and top comments.
Μέγεθος Αρχείου 41.6 KB
Αριθμός Εγκαταστάσεων 1,797
Τρέχουσα Έκδοση 2.8
Τελευταία Ενημέρωση 2021-12-21
Ημερομηνία Δημοσίευσης 2020-06-07
Αξιολόγηση 4.62/5 Συνολικά 13 Αξιολογήσεις
Προγραμματιστής Ermag
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Highlights for YouTube",
    "version": "2.8",
    "description": "View highlights on the video player, that are generated from timestamps found in the description and top comments.",
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "tippy.all.min.js",
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "inject.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ]
}