Enhance Youtube™ Livestream

ENHANCE and SPEED UP for the your viewing YouTube live stream (Football, Game, ...) for slow internet connection.

Cos'è Enhance Youtube™ Livestream?

Enhance Youtube™ Livestream è un'estensione di Chrome sviluppata da mactiencong, e la sua funzione principale è "ENHANCE and SPEED UP for the your viewing YouTube live stream (Football, Game, ...) for slow internet connection.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Enhance Youtube™ Livestream

Scarica i file di estensione Enhance Youtube™ Livestream 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

                        Enhance YouTube™ Livestream - ENHANCE and SPEED UP the your viewing YouTube live stream for slow internet connection.

To order to do that, Enhance YouTube™ Livestream will:
* Stop every requests unnecessary and affect to live stream quality.

HOW TO USE: 
- Because, while Enhance YouTube™ Livestream is activating, you can not access to other website. 
- Just click to Enhance YouTube™ Livestream ICON at the toolbar to deactivate.
- Anytime you want to focus to live stream, just click again Enhance YouTube™ Livestream ICON to re-activate.                    

Informazioni di Base sull'Estensione

Nome Enhance Youtube™ Livestream Enhance Youtube™ Livestream
ID plnmldbfapelebnbbpmeofhaokbnhfah
URL Ufficiale https://chromewebstore.google.com/detail/enhance-youtube-livestrea/plnmldbfapelebnbbpmeofhaokbnhfah
Descrizione ENHANCE and SPEED UP for the your viewing YouTube live stream (Football, Game, ...) for slow internet connection.
Dimensione del File 20.4 KB
Conteggio Installazioni 612
Versione Corrente 1.0.2
Ultimo Aggiornamento 2019-04-06
Data di Pubblicazione 2019-04-01
Valutazione 1.80/5 Totale 5 Valutazioni
Sviluppatore mactiencong
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.linkedin.com/in/mactiencong/
URL della Pagina di Aiuto https://www.linkedin.com/in/mactiencong/
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Enhance Youtube\u2122 Livestream",
    "short_name": "Enhance Youtube\u2122 Livestream",
    "description": "ENHANCE and SPEED UP for the your viewing YouTube live stream (Football, Game, ...) for slow internet connection.",
    "version": "1.0.2",
    "author": "matico",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        ""
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "data\/*.json"
    ],
    "browser_action": {
        "default_icon": "icon\/enable.png"
    }
}