Switch To Youtube
Sets focus to newly opened Youtube.
Co to jest Switch To Youtube?
Switch To Youtube to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Sets focus to newly opened Youtube.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Switch To Youtube
Pobierz pliki rozszerzeń Switch To Youtube w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | fjcegjiphojkppgmagajiocmegikmmml |
Oficjalny URL | https://chromewebstore.google.com/detail/switch-to-youtube/fjcegjiphojkppgmagajiocmegikmmml |
Opis | Sets focus to newly opened Youtube. |
Rozmiar pliku | 4.79 KB |
Liczba instalacji | 44 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2020-05-25 |
Data Publikacji | 2020-05-24 |
Deweloper | Unknown |
Typ Płatności | free |
Adres URL Strony Pomocy | https://support.google.com/ |
Obsługiwane Języki | 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 } } |