BetterYT - Better YouTube

Adds useful changes to YouTube, such as showing the mini player when scrolling.

BetterYT - Better YouTube क्या है?

BetterYT - Better YouTube room द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds useful changes to YouTube, such as showing the mini player when scrolling."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में BetterYT - Better YouTube एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Better YouTube tries to make the YouTube viewing experience better by adding features to the site. Each feature is able to enabled/disabled.

Features:
- Show the mini player on scroll down to comments or related videos
- Redesigned live stream theater mode that makes theater mode look like Twitch.TV
- A new comments mode that moves the comment section from its normal position to the right of the video, allowing comments to be read while watching a video                    

एक्सटेंशन की मूल जानकारी

नाम BetterYT - Better YouTube BetterYT - Better YouTube
ID cpdnfglecdpndafeaeingjgifjannjkm
आधिकारिक URL https://chromewebstore.google.com/detail/betteryt-better-youtube/cpdnfglecdpndafeaeingjgifjannjkm
विवरण Adds useful changes to YouTube, such as showing the mini player when scrolling.
फ़ाइल का आकार 60.84 KB
स्थापना संख्या 60
वर्तमान संस्करण 0.0.20
अंतिम अपडेट 2023-12-28
प्रकाशन तिथि 2022-07-26
डेवलपर room
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ de,en,fr,es,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDesc__",
    "version": "0.0.20",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "64": "images\/icon-64.png",
        "96": "images\/icon-96.png",
        "128": "images\/icon-128.png",
        "256": "images\/icon-256.png",
        "512": "images\/icon-512.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "action": {
        "default_popup": "html\/popup.html",
        "default_icon": {
            "16": "images\/toolbar-icon-16.png",
            "19": "images\/toolbar-icon-19.png",
            "24": "images\/toolbar-icon-24.png",
            "32": "images\/toolbar-icon-32.png",
            "38": "images\/toolbar-icon-38.png",
            "48": "images\/toolbar-icon-48.png",
            "72": "images\/toolbar-icon-72.png"
        }
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/returnyoutubedislikeapi.com\/"
    ]
}