YouTube Refined: Improve's YouTube UI

Updates the Desktop YouTube UI to have rounded corners and further enhancements and tweaks.

Τι είναι το YouTube Refined: Improve's YouTube UI;

Το YouTube Refined: Improve's YouTube UI είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Thomas Carter, και η κύρια λειτουργία του είναι "Updates the Desktop YouTube UI to have rounded corners and further enhancements and tweaks.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης YouTube Refined: Improve's YouTube UI

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

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

                        Refine and enhance the desktop experience of YouTube with more consistent UI, rounded corners and general tweaks. This extension does not change any functionality of YouTube, this is simply an UI polish and enhancement. The UI tweaks will work in both light and dark mode and will adapt accordingly. Below is a list of the UI tweaks that have been currently made:

SUBSCRIPTIONS:
- Increased spacing between each video
- Added a hover animation to each video, making it clear which video you are clicking and to add some flare.
- Video thumbnails now use rounded corners

VIDEO PLAYER:
- Adds rounded corners to video player
- Increased the roundness of corners on action buttons
- Adds rounded corners to the individual flyout cards
- Adds a hover animation to the individual flyout cards
- Fixes the flyout menu appearing below end slate elements
- Adds a background colour to the Share, Download, Clip and Save buttons to make them more consistent with other action buttons
- Increased the spacing of elements within the channel strip and top comment strip
- Adds rounded corners to the channel strip and top comment sections
- Adds rounded corners to the hover boxes of end slate items and video thumbnails

COMMENTS
- Adds clear separation of each comment by adding a faint border and increased padding
- Increases the spacing between comments and the "See more replies" button.
- Adds clear separation to each comment within the reply chain including a faint border

RELATED VIDEOS
- Adds a hover animation to each video (slight slide out)
- All thumbnails have rounded corners
- Made the progress indicator bar of unfinished videos slightly transparent
- Adds a background colour and CONTINUE WATHCING label to videos that have been previously watched but not yet finished. This makes it super clear what is a new recommendation and what is a previously watched item.

VIDEOS (Displayed anywhere)
- Added a red background colour to the Live and Premiere indicators with white text. Also increased the rounded corners and padding.
- Increased the roundness of corners of video length indicator
- Slightly increased the padding of video length indicator

USER MENU (top right)
- Adds rounded corners
- Slightly increased spacing between each menu item
- Removed spacing between each group of menu items

SEARCH BAR
- Adds rounded corners to the top search bar
- Reduced the width of the search button



---- UPDATE CHANGE LOG ----

v1.0.1
- Updated the extension to support the latest version of YouTube's UI                    

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

Όνομα YouTube Refined: Improve's YouTube UI YouTube Refined: Improve's YouTube UI
ID nkffinnefpnefeeaclgcoehjceiheeam
Επίσημο URL https://chromewebstore.google.com/detail/youtube-refined-improves/nkffinnefpnefeeaclgcoehjceiheeam
Περιγραφή Updates the Desktop YouTube UI to have rounded corners and further enhancements and tweaks.
Μέγεθος Αρχείου 13.08 KB
Αριθμός Εγκαταστάσεων 984
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2022-10-18
Ημερομηνία Δημοσίευσης 2021-10-15
Αξιολόγηση 4.53/5 Συνολικά 19 Αξιολογήσεις
Προγραμματιστής Thomas Carter
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Refined: Improve's YouTube UI",
    "description": "Updates the Desktop YouTube UI to have rounded corners and further enhancements and tweaks.",
    "version": "1.0.1",
    "manifest_version": 3,
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "docready.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    }
}