Switch To Youtube

Sets focus to newly opened Youtube.

Switch To Youtube란 무엇입니까?

Switch To Youtube은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sets focus to newly opened Youtube."입니다.

확장 프로그램 스크린샷

screenshot

Switch To Youtube 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 Switch To Youtube Switch To Youtube
ID fjcegjiphojkppgmagajiocmegikmmml
공식 URL https://chromewebstore.google.com/detail/switch-to-youtube/fjcegjiphojkppgmagajiocmegikmmml
설명 Sets focus to newly opened Youtube.
파일 크기 4.79 KB
설치 횟수 44
현재 버전 1.1
최근 업데이트 2020-05-25
출시 날짜 2020-05-24
개발자 Unknown
결제 유형 free
도움말 페이지 URL https://support.google.com/
지원되는 언어 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
    }
}