YT-HighLighter

A timecode tracker for YouTube

Τι είναι το YT-HighLighter;

Το YT-HighLighter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον flyseed, και η κύρια λειτουργία του είναι "A timecode tracker for YouTube".

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

screenshot
screenshot
screenshot

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

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

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

                        A tool for extracting the timecode of a YouTube video from popular comments. 

從YouTube影片的熱門評論中搜尋影片亮點並標記在影片上

Features of version 0.13
1. Triggering search automatically without toggle
2. Show multiple comments  at same timestamp

Features of version 0.12:  
Make YTHL tag on top of player's indicator  

Features of version 0.11:
Update according to the changes of YouTube UI   

Features of version 0.10:  
Fix bug that cause highlight can't be remove.  

Features of version 0.9:
Split comments when the comments is too long.

Features of version 0.8:
Add timecode from the description of video.                    

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

Όνομα YT-HighLighter YT-HighLighter
ID emahhjficejdbffpflmncnflpmphohof
Επίσημο URL https://chromewebstore.google.com/detail/yt-highlighter/emahhjficejdbffpflmncnflpmphohof
Περιγραφή A timecode tracker for YouTube
Μέγεθος Αρχείου 275 KB
Αριθμός Εγκαταστάσεων 162
Τρέχουσα Έκδοση 0.13
Τελευταία Ενημέρωση 2022-07-24
Ημερομηνία Δημοσίευσης 2020-02-19
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής flyseed
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YT-HighLighter",
    "short_name": "YTHL",
    "version": "0.13",
    "description": "A timecode tracker for YouTube",
    "permissions": [
        "tabs",
        "activeTab",
        "declarativeContent",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "images\/YTHL_icon16.png",
        "32": "images\/YTHL_icon32.png",
        "48": "images\/YTHL_icon48.png",
        "128": "images\/YTHL_icon128.png"
    },
    "action": {
        "default_title": "YTHL"
    },
    "manifest_version": 3,
    "content_scripts": [],
    "web_accessible_resources": [
        {
            "resources": [
                "injectYT.js",
                "axios.min.js",
                "YTHL.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}