Center Youtube

Centers the new Youtube layout.

Center Youtube क्या है?

Center Youtube wrasidlo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Centers the new Youtube layout."।

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

screenshot

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

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

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

                        Centers the new Youtube layout, and sets the maximum width to 1152px to accommodate the home page, channel pages, and video pages.

To do list:

- Eliminate the extra whitespace Youtube puts to the left of video pages.
- Allow users to set a custom page width.                    

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

नाम Center Youtube Center Youtube
ID jepijedophiopanflknonobnmlmkmled
आधिकारिक URL https://chrome.google.com/webstore/detail/center-youtube/jepijedophiopanflknonobnmlmkmled
विवरण Centers the new Youtube layout.
फ़ाइल का आकार 3.13 KB
स्थापना संख्या 473
वर्तमान संस्करण 0.9
अंतिम अपडेट 2014-01-15
प्रकाशन तिथि 2014-01-15
रेटिंग 3.56/5 कुल 27 रेटिंग्स
डेवलपर wrasidlo
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Center Youtube",
    "description": "Centers the new Youtube layout.",
    "version": "0.9",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}