YouTube New Tab
Play your favorite videos from youtube on each new tab.
YouTube New Tab란 무엇입니까?
YouTube New Tab은(는) Funny Apps & Games에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Play your favorite videos from youtube on each new tab."입니다.
확장 프로그램 스크린샷
YouTube New Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
YouTube New Tab saves your favorite videos from youtube.com to playlist without download and play them later. You can easily add any YouTube video in several ways: 1. Click the icon next to logo YouTube on video page 2. Context menu: right click to background on video page 3. Context menu: right click to any link, that directed to YouTube video (for details see screens) Next you can play your saves videos directly on each new tab without go to youtube.com and without download these videos. Of course, on new tab is classic search on Internet and also direct search on YouTube. Enjoy!
확장 프로그램 기본 정보
이름 | YouTube New Tab |
ID | hkdjjblefenaffilobnkdekehpjfbein |
공식 URL | https://chromewebstore.google.com/detail/youtube-new-tab/hkdjjblefenaffilobnkdekehpjfbein |
설명 | Play your favorite videos from youtube on each new tab. |
파일 크기 | 119 KB |
설치 횟수 | 838 |
현재 버전 | 1.2 |
최근 업데이트 | 2021-01-13 |
출시 날짜 | 2021-01-12 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | Funny Apps & Games |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube New Tab", "description": "Play your favorite videos from youtube on each new tab.", "version": "1.2", "manifest_version": 2, "background": { "scripts": [ "jquery.js", "background.js" ] }, "browser_action": { "default_icon": "img\/ico_19.png" }, "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "https:\/\/www.youtube.com\/*", "contextMenus" ], "icons": { "16": "img\/ico_16.png", "19": "img\/ico_19.png", "32": "img\/ico_32.png", "48": "img\/ico_48.png", "128": "img\/ico_128.png" }, "web_accessible_resources": [ "img\/button_add.png" ], "chrome_url_overrides": { "newtab": "newtab.html" } } |