MNR - YouTube Video Unlimited Speeder
This extension provides shortcut keys to speed up & slow down YouTube video more than 2x.
MNR - YouTube Video Unlimited Speeder란 무엇입니까?
MNR - YouTube Video Unlimited Speeder은(는) Nasir Rahimi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension provides shortcut keys to speed up & slow down YouTube video more than 2x."입니다.
확장 프로그램 스크린샷
MNR - YouTube Video Unlimited Speeder 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
With this extension you can speed up YouTube videos more than 2x by pressing (Alt + Ctrl + U), to slow down a YouTube video press (Alt + Ctrl + D) and to make it normal press (Alt + Ctrl + N).
확장 프로그램 기본 정보
이름 | MNR - YouTube Video Unlimited Speeder |
ID | eakinmgjpkiadkdopgomfabcmgfbeggm |
공식 URL | https://chromewebstore.google.com/detail/mnr-youtube-video-unlimit/eakinmgjpkiadkdopgomfabcmgfbeggm |
설명 | This extension provides shortcut keys to speed up & slow down YouTube video more than 2x. |
파일 크기 | 28.55 KB |
설치 횟수 | 166 |
현재 버전 | 0.1.0 |
최근 업데이트 | 2020-09-04 |
출시 날짜 | 2020-09-04 |
평점 | 4.20/5 총 5 개의 평점 |
개발자 | Nasir Rahimi |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MNR - YouTube Video Unlimited Speeder", "version": "0.1.0", "description": "This extension provides shortcut keys to speed up & slow down YouTube video more than 2x.", "manifest_version": 2, "page_action": { "default_title": "MNR - YouTube Video Unlimited Speeder", "default_icon": { "128": "icons\/128.png", "16": "icons\/16.png", "48": "icons\/48.png" } }, "content_scripts": [ { "js": [ "app.js" ], "matches": [ "https:\/\/www.youtube.com\/*" ], "run_at": "document_idle" } ], "icons": { "128": "icons\/128.png", "16": "icons\/16.png", "48": "icons\/48.png" }, "permissions": [ "https:\/\/www.youtube.com\/*" ] } |