Classic View for YouTube Shorts
Watch YouTube Shorts in full screen view. Pin it to your tool bar for easy access.
Classic View for YouTube Shorts란 무엇입니까?
Classic View for YouTube Shorts은(는) remo.n.bajwa에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Watch YouTube Shorts in full screen view. Pin it to your tool bar for easy access."입니다.
확장 프로그램 스크린샷
Classic View for YouTube Shorts 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Watch YouTube Shorts in full-screen, normal view on Desktop. Pin it to your toolbar for easy access. Just click the icon to watch YouTube Shorts in Normal view. NEW UPDATE: Now automatically go to the normal, classic view! Make sure to turn it on in the Extension Options. To open Extension Options, click on Details in your Extensions page (chrome://extensions/) Version 1.4: Bug Fix for Auto Forwarding Open source at: https://github.com/remosingh/Classic-View-for-YouTube-Shorts If you have ideas about useful extensions, feel free to contact me here for a discussion: https://www.remosingh.ca/contact. If you liked this tool, please consider Buying me a Coffee: https://www.buymeacoffee.com/remosingh It will help me spend more time making useful tools like this for everyone on the internet! Note: Extensions can be deployed internally at your organization as well. It does not need to be published online.
확장 프로그램 기본 정보
이름 | Classic View for YouTube Shorts |
ID | pkhfefblbkippckhpkjmedbojmkbphig |
공식 URL | https://chrome.google.com/webstore/detail/classic-view-for-youtube/pkhfefblbkippckhpkjmedbojmkbphig |
설명 | Watch YouTube Shorts in full screen view. Pin it to your tool bar for easy access. |
파일 크기 | 12.53 KB |
설치 횟수 | 102 |
현재 버전 | 1.4 |
최근 업데이트 | 2022-12-25 |
출시 날짜 | 2022-08-22 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | remo.n.bajwa |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://www.remosingh.ca/contact |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Classic View for YouTube Shorts", "description": "Watch YouTube Shorts in full screen view. Pin it to your tool bar for easy access.", "version": "1.4", "action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "tabs", "storage" ], "options_ui": { "page": "options.html", "open_in_tab": false }, "background": { "service_worker": "background.js" } } |