Blur Bar for YouTube - Language Learning Tool

A simple yet powerful tool to place an adjustable blur bar that covers a YouTube videos embedded subtitles!

Τι είναι το Blur Bar for YouTube - Language Learning Tool;

Το Blur Bar for YouTube - Language Learning Tool είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον censoredgreen, και η κύρια λειτουργία του είναι "A simple yet powerful tool to place an adjustable blur bar that covers a YouTube videos embedded subtitles!".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Blur Bar for YouTube - Language Learning Tool

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

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

                        Adds an adjustable blur bar to cover subtitles that are embedded into a YouTube video. Blur bar comes with a hover-able panel that will reveal the subtitles(which also can be accessed with controls). This is a great tool for language learners as often times people put their subtitles within the YouTube video itself and not the CC. You can throw the bar over the subtitles and reveal them to check if you are translating it correctly within your head. I found this extremely useful while studying Japanese and figured I could help some fellow learners.

HOW TO USE:
Simply load up the YouTube video of your choice and our extension will inject a B button within the YouTube video player controls. Click this button to reveal the Blur Bar then drag and resize as you see fit. The Blur Bar comes equipped with a hover-able square at the top left corner of the bar in which when hovered it will reveal the subtitles. You can also access this feature by clicking the "S" key. 

OPTIONS:
There is a popup located in your extensions at the top right corner of the browser, click it to reveal your options. As of now we have two options available. 

Pause-on-Hover option allows you to toggle whether or not the video pauses and rewinds upon hovering the reveal square or pressing S. 

The Height limit allows you to toggle whether or not you can adjust the height past the said limit. I recommended you keep this toggled on as sometimes the bar can get lost under the controls. 

Confirm your Options by clicking the submit key.

DISCLAMIER:
I am new to developing and currently am in school, so if you have any questions or if there are any problems just email me at [email protected] and ill try to get to it as soon as possible. As the extension stands now it is in very early BETA. Thank you.                    

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

Όνομα Blur Bar for YouTube - Language Learning Tool Blur Bar for YouTube - Language Learning Tool
ID mndlpifkemjipbkoejnekcieebmoicmk
Επίσημο URL https://chromewebstore.google.com/detail/blur-bar-for-youtube-lang/mndlpifkemjipbkoejnekcieebmoicmk
Περιγραφή A simple yet powerful tool to place an adjustable blur bar that covers a YouTube videos embedded subtitles!
Μέγεθος Αρχείου 200 KB
Αριθμός Εγκαταστάσεων 130
Τρέχουσα Έκδοση 3.07
Τελευταία Ενημέρωση 2023-10-07
Ημερομηνία Δημοσίευσης 2021-08-23
Αξιολόγηση 4.73/5 Συνολικά 11 Αξιολογήσεις
Προγραμματιστής censoredgreen
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Blur Bar for YouTube - Language Learning Tool",
    "description": "A simple yet powerful tool to place an adjustable blur bar that covers a YouTube videos embedded subtitles!",
    "permissions": [
        "storage"
    ],
    "version": "3.07",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "jquery-3.6.0.min.js",
                "jquery-ui.js",
                "Content.js"
            ],
            "css": [
                "jquery-ui.css",
                "styles.css"
            ]
        }
    ],
    "icons": {
        "16": ".\/Icons\/icon16-1.png",
        "48": ".\/Icons\/icon48-1.png",
        "128": ".\/Icons\/icon128-1.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Blur Bar"
    }
}