Boostflix
Netflix Booster
Boostflix란 무엇입니까?
Boostflix은(는) onurgule에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Netflix Booster"입니다.
확장 프로그램 스크린샷
Boostflix 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Netflix Booster You can speed up your watching time. If you are watching something on Netflix with subtitles, you can turn on "Subtitle Slow" and fast movie will slow down while somebody is speaking. You can turn on Auto Skip Intro! New Shortcuts N - Next Episode Q - Quit Movie (Back) Also you can buy us a coffee :)
확장 프로그램 기본 정보
이름 | |
ID | lclkjhbaaobacpcegdniijkhedeafche |
공식 URL | https://chromewebstore.google.com/detail/boostflix/lclkjhbaaobacpcegdniijkhedeafche |
설명 | Netflix Booster |
파일 크기 | 42.01 KB |
설치 횟수 | 29 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2020-09-22 |
출시 날짜 | 2020-08-25 |
평점 | 4.88/5 총 8 개의 평점 |
개발자 | onurgule |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Boostflix", "version": "1.0.2", "description": "Netflix Booster", "permissions": [ "activeTab", "declarativeContent", "storage" ], "background": { "scripts": [ "src\/js\/background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/videospeed16.png", "32": "images\/videospeed32.png", "64": "images\/videospeed64.png", "128": "images\/videospeed128.png" } }, "icons": { "16": "images\/videospeed16.png", "32": "images\/videospeed32.png", "64": "images\/videospeed64.png", "128": "images\/videospeed128.png" }, "options_page": "options.html", "manifest_version": 2 } |