YouTube Full Title For Videos

This extension shows the headlines of the video entirely without hiding them partially, as by default.

YouTube Full Title For Videos क्या है?

YouTube Full Title For Videos kiman द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension shows the headlines of the video entirely without hiding them partially, as by default."।

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

screenshot
screenshot
screenshot

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

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

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

                        This extension shows the headlines of the video entirely without hiding them partially, as by default.
It add a CSS that change height of title, so it is easier to use YouTube.com, because you can see all title and don't need to hover on a title to see it all.
The plugin doesn't have any JS, just simple CSS.                    

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

नाम YouTube Full Title For Videos YouTube Full Title For Videos
ID pgpdaocammeipkkgaeelifgakbhjoiel
आधिकारिक URL https://chromewebstore.google.com/detail/youtube-full-title-for-vi/pgpdaocammeipkkgaeelifgakbhjoiel
विवरण This extension shows the headlines of the video entirely without hiding them partially, as by default.
फ़ाइल का आकार 11.87 KB
स्थापना संख्या 13,411
वर्तमान संस्करण 0.3.6
अंतिम अपडेट 2021-08-21
प्रकाशन तिथि 2019-11-08
रेटिंग 4.73/5 कुल 49 रेटिंग्स
डेवलपर kiman
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_chrome_extension_name__",
    "short_name": "__MSG_short_chrome_extension_name__",
    "version": "0.3.6",
    "manifest_version": 2,
    "default_locale": "en",
    "description": "__MSG_chrome_extension_description__",
    "icons": {
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}