Switch To Youtube

Sets focus to newly opened Youtube.

Cos'è Switch To Youtube?

Switch To Youtube è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Sets focus to newly opened Youtube.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Switch To Youtube

Scarica i file di estensione Switch To Youtube 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

                        Sets focus to newly opened tabs.
This extension forces Chrome to set focus to all new tabs when they are created, a behavior previously not seen when a link was forced by the user to open in a new tab.

The location bar should get focus now when you open the New Tab, unless you use an addon that redirects to a different URL.  Please let my know if you have any other issues with this.

Tampletop, what exactly are you looking for? I'm the developer for this extension, so if I know what you want, I'll try to put it in. Paul...I'm on it!                    

Informazioni di Base sull'Estensione

Nome Switch To Youtube Switch To Youtube
ID fjcegjiphojkppgmagajiocmegikmmml
URL Ufficiale https://chromewebstore.google.com/detail/switch-to-youtube/fjcegjiphojkppgmagajiocmegikmmml
Descrizione Sets focus to newly opened Youtube.
Dimensione del File 4.79 KB
Conteggio Installazioni 44
Versione Corrente 1.1
Ultimo Aggiornamento 2020-05-25
Data di Pubblicazione 2020-05-24
Sviluppatore Unknown
Tipo di Pagamento free
URL della Pagina di Aiuto https://support.google.com/
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Switch To Youtube",
    "version": "1.1",
    "description": "Sets focus to newly opened Youtube.",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "tabs.js"
        ],
        "persistent": false
    }
}