Black Bars Begone

This extension allows you to make the most of your 21:9 monitor and Netflix by extending the source material to fill the screen.

Cos'è Black Bars Begone?

Black Bars Begone è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "This extension allows you to make the most of your 21:9 monitor and Netflix by extending the source material to fill the screen.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Black Bars Begone

Scarica i file di estensione Black Bars Begone in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Please note this extension only works for Netflix! It will NOT work for Youtube or any other site


So you bought a nice new 21:9 monitor and want to watch some Netflix?

Unfortunately you will soon realise that the lovely new surface area you bought specifically for watching movies in their true aspect ratio is completely ruined by black bars and black walls (black space on either side)! 

This is because the black bars are part of the stream. When you watch something in full screen those bars are there and since the screen is so wide, you end up with black space on either side.

Never fear! Black Bars Begone was made to solve this specific issue! 

Click the button and watch as those black bars disappear, unleashing the full potential of your true cinema display.

Note: This is specifically designed for monitors with a 21:9 aspect ratio with source material of that aspect ratio. Other aspect ratios (which don't really have this issue anyway) won't work as intended.                    

Informazioni di Base sull'Estensione

Nome Black Bars Begone Black Bars Begone
ID mgmcokpgponhgkbnhfbdiddookjadenf
URL Ufficiale https://chromewebstore.google.com/detail/black-bars-begone/mgmcokpgponhgkbnhfbdiddookjadenf
Descrizione This extension allows you to make the most of your 21:9 monitor and Netflix by extending the source material to fill the screen.
Dimensione del File 41.53 KB
Conteggio Installazioni 1,473
Versione Corrente 0.1
Ultimo Aggiornamento 2015-08-07
Data di Pubblicazione 2015-08-07
Valutazione 2.43/5 Totale 23 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Black Bars Begone",
    "version": "0.1",
    "description": "This extension allows you to make the most of your 21:9 monitor and Netflix by extending the source material to fill the screen.",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "contentscript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "name": "True 21:9 fullscreen",
        "icons": [
            "icon1.png",
            "icon2.png"
        ],
        "default_icon": "icon1.png"
    }
}