Youtube Timeline

Youtube comments on a timeline

Τι είναι το Youtube Timeline;

Το Youtube Timeline είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Awesome Extensions, και η κύρια λειτουργία του είναι "Youtube comments on a timeline".

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

screenshot

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

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

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

                        This app will show you comments with timestamp right above the timeline.

* Excellent performance
* Fetching up to 1000 comments per video
* Supports all player sizes and window resizing
* Supports fullscreen
* Popup menu with settings
* Loading indicator
* Turn on/off button in a player control-bar
* Seek video to certain comment by clicking on avatar

Does not gather any private/personal information
Does not check browsing history
Does not work in incognito mode

Has access only to youtube.com domain.

Safe. Stable. Open sourced.                    

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

Όνομα Youtube Timeline Youtube Timeline
ID jjhifobmdjhlphmilfmemefedpkmhdnb
Επίσημο URL https://chromewebstore.google.com/detail/youtube-timeline/jjhifobmdjhlphmilfmemefedpkmhdnb
Περιγραφή Youtube comments on a timeline
Μέγεθος Αρχείου 156 KB
Αριθμός Εγκαταστάσεων 72
Τρέχουσα Έκδοση 1.0.4
Τελευταία Ενημέρωση 2023-01-09
Ημερομηνία Δημοσίευσης 2022-01-25
Αξιολόγηση 3.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Awesome Extensions
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Youtube Timeline",
    "version": "1.0.4",
    "action": {
        "default_icon": {
            "16": "assets\/icons\/16.png",
            "32": "assets\/icons\/32.png",
            "48": "assets\/icons\/48.png",
            "128": "assets\/icons\/128.png"
        },
        "default_popup": "popup\/index.html",
        "default_title": "Youtube Timeline"
    },
    "description": "Youtube comments on a timeline",
    "icons": {
        "16": "assets\/icons\/16.png",
        "32": "assets\/icons\/32.png",
        "48": "assets\/icons\/48.png",
        "128": "assets\/icons\/128.png"
    },
    "author": "Ilya Zaytsev",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "content\/content-script.js"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "incognito": "not_allowed",
    "offline_enabled": false,
    "host_permissions": [
        "https:\/\/youtube.com\/"
    ],
    "permissions": [
        "storage",
        "tabs"
    ],
    "short_name": "YT Timeline"
}