YT Layout Tweak

Introducing YT Layout Tweak – Elevate Your Comment Reading Experience on YouTube! YT Layout Tweak is your go-to Chrome extension…

Τι είναι το YT Layout Tweak;

Το YT Layout Tweak είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Mizan Rifat, και η κύρια λειτουργία του είναι "Introducing YT Layout Tweak – Elevate Your Comment Reading Experience on YouTube! YT Layout Tweak is your go-to Chrome extension…".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Introducing YT Layout Tweak – Elevate Your Comment Reading Experience on YouTube!

YT Layout Tweak is your go-to Chrome extension for optimizing the way you engage with YouTube comments while watching videos. This extension offers a set of layout adjustments specifically designed to enhance your ability to read and interact with comments seamlessly.

Features:

Default Layout: Stick with the classic YouTube design you're familiar with.

Swap Layout: Re imagine your YouTube interface by swapping the positions of comment and related video sections.

Tabbed Layout: Immerse yourself in video content while simultaneously keeping an eye on comments. The Tabbed Layout places comments in a dedicated tab beside the video, allowing you to effortlessly switch between the comments and related videos.

YT Layout Tweak revolves around a simple idea: enabling you to read comments without sacrificing your video-watching experience. No distractions, no frills – just the tools you need to make the most out of your time on YouTube.

Upgrade your YouTube experience with YT Layout Tweak and never miss out on those engaging comment discussions again. Download now and unlock the power of seamless comment reading while watching videos!                    

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

Όνομα YT Layout Tweak YT Layout Tweak
ID benbodlbenoknajlglobibohdfieekmo
Επίσημο URL https://chromewebstore.google.com/detail/yt-layout-tweak/benbodlbenoknajlglobibohdfieekmo
Περιγραφή Introducing YT Layout Tweak – Elevate Your Comment Reading Experience on YouTube! YT Layout Tweak is your go-to Chrome extension…
Μέγεθος Αρχείου 63.88 KB
Αριθμός Εγκαταστάσεων 30
Τρέχουσα Έκδοση 1.3.0
Τελευταία Ενημέρωση 2023-12-14
Ημερομηνία Δημοσίευσης 2023-08-24
Αξιολόγηση 3.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής Mizan Rifat
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YT Layout Tweak",
    "description": "",
    "version": "1.3.0",
    "manifest_version": 3,
    "icons": {
        "16": "img\/logo-16.png",
        "32": "img\/logo-32.png",
        "48": "img\/logo-48.png",
        "128": "img\/logo-128.png"
    },
    "action": {
        "default_icon": "img\/logo-48.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.chunk-953737ea.7ff477d1.js"
            ],
            "matches": [
                "https:\/\/youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "css": [
                "assets\/index.tsx.1929d5c8.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [],
            "resources": [
                "img\/logo-16.png",
                "img\/logo-32.png",
                "img\/logo-48.png",
                "img\/logo-128.png"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/youtube.com\/*"
            ],
            "resources": [
                "assets\/chunk-953737ea.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ]
}