Youtube restore spacebar to scroll

A simple extension to restore the default browser behavior of scrolling when pressing the spacebar, on youtube.com

Τι είναι το Youtube restore spacebar to scroll;

Το Youtube restore spacebar to scroll είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον bsitdk, και η κύρια λειτουργία του είναι "A simple extension to restore the default browser behavior of scrolling when pressing the spacebar, on youtube.com".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Youtube restore spacebar to scroll

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

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

                        Youtube recently changed the default browser behavior of scrolling the page, when pressing the spacebar, to instead pause the video.
This extension removes the "Spacebar to pause" functionality and restores the scrolling.                    

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

Όνομα Youtube restore spacebar to scroll Youtube restore spacebar to scroll
ID ahjglamdpmmcnabdflfbchopbahahhpk
Επίσημο URL https://chromewebstore.google.com/detail/youtube-restore-spacebar/ahjglamdpmmcnabdflfbchopbahahhpk
Περιγραφή A simple extension to restore the default browser behavior of scrolling when pressing the spacebar, on youtube.com
Μέγεθος Αρχείου 3.21 KB
Αριθμός Εγκαταστάσεων 429
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2019-04-12
Ημερομηνία Δημοσίευσης 2019-04-12
Αξιολόγηση 5.00/5 Συνολικά 12 Αξιολογήσεις
Προγραμματιστής bsitdk
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube restore spacebar to scroll",
    "description": "A simple extension to restore the default browser behavior of scrolling when pressing the spacebar, on youtube.com",
    "version": "1.0.1",
    "manifest_version": 2,
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "youtube.js"
            ]
        }
    ]
}