Switch To Youtube
Sets focus to newly opened Youtube.
Hvad er Switch To Youtube?
Switch To Youtube er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Sets focus to newly opened Youtube.".
Udvidelsesskærmbilleder
Download Switch To Youtube-udvidelses-CRX-fil
Download Switch To Youtube-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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! Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | fjcegjiphojkppgmagajiocmegikmmml |
| Officiel URL | https://chromewebstore.google.com/detail/switch-to-youtube/fjcegjiphojkppgmagajiocmegikmmml |
| Beskrivelse | Sets focus to newly opened Youtube. |
| Filstørrelse | 4.79 KB |
| Antal Installationer | 44 |
| Nuværende Version | 1.1 |
| Senest Opdateret | 2020-05-25 |
| Udgivelsesdato | 2020-05-24 |
| Udvikler | Unknown |
| Betalingsmetode | free |
| Hjælpeside-URL | https://support.google.com/ |
| Understøttede Sprog | 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
}
} | |