Center Youtube

Centers the new Youtube layout.

Vad är Center Youtube?

Center Youtube är en Chrome-tillägg utvecklad av wrasidlo, och dess huvudfunktion är "Centers the new Youtube layout.".

Tilläggsskärmbilder

screenshot

Ladda ner Center Youtube-förlängningens CRX-fil

Ladda ner Center Youtube-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Center Youtube Center Youtube
ID jepijedophiopanflknonobnmlmkmled
Officiell webbadress https://chrome.google.com/webstore/detail/center-youtube/jepijedophiopanflknonobnmlmkmled
Beskrivning Centers the new Youtube layout.
Filstorlek 3.13 KB
Antal Installationer 473
Aktuell Version 0.9
Senast Uppdaterad 2014-01-15
Publiceringsdatum 2014-01-15
Betyg 3.56/5 Totalt 27 Betyg
Utvecklare wrasidlo
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}