Faster videos
Lets you play youtube video at 3x and 4x speed
Faster videos란 무엇입니까?
Faster videos은(는) Xavi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Lets you play youtube video at 3x and 4x speed"입니다.
Faster videos 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Ever wished you could watch videos at 3 or 4 times the speed? Well now you can with this new amazing chrome plugin. Get hyped for even faster PewDiePie and 100% more cat video. This is the closest thing to that super-fast-learn-thingy in the Matrix.
확장 프로그램 기본 정보
이름 | |
ID | fhkmkdjligjbihmdmnacigjnfmjhcbnn |
공식 URL | https://chrome.google.com/webstore/detail/faster-videos/fhkmkdjligjbihmdmnacigjnfmjhcbnn |
설명 | Lets you play youtube video at 3x and 4x speed |
파일 크기 | 20 KB |
설치 횟수 | 65 |
현재 버전 | 1.0 |
최근 업데이트 | 2017-12-27 |
출시 날짜 | 2017-12-27 |
개발자 | Xavi |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Faster videos", "description": "Lets you play youtube video at 3x and 4x speed", "version": "1.0", "browser_action": { "default_icon": "icon-128.png" }, "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "plugin.js" ], "run_at": "document_end" } ] } |