Movie Cut
Edit online videos and share results with friends. Youtube and Netflix movies are supported
Movie Cut란 무엇입니까?
Movie Cut은(는) https://moviecut.online에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Edit online videos and share results with friends. Youtube and Netflix movies are supported"입니다.
확장 프로그램 스크린샷
Movie Cut 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
MovieCut allows to edit HTML5 videos on the fly by cutting out arbitrary parts of the video and sharing results on http://moviecut.online There are lot of scenarios when you might want to remove some parts of the video: - Opening, closing credits - Ads in the middle of the movie - 18+ content that you want to remove to show the video to your kids - Boring parts, bad acting - Keep only a few minute of the video showing the plot (recap of an episode of the show). - Keep only one particular scene The plugin is compatible with Youtube, Netflix and lots of other online video services.
확장 프로그램 기본 정보
이름 | |
ID | cchdbnepfilcfokfngamfpdkhbkkfilo |
공식 URL | https://chrome.google.com/webstore/detail/movie-cut/cchdbnepfilcfokfngamfpdkhbkkfilo |
설명 | Edit online videos and share results with friends. Youtube and Netflix movies are supported |
파일 크기 | 264 KB |
설치 횟수 | 1,000 |
현재 버전 | 1.5 |
최근 업데이트 | 2018-01-09 |
출시 날짜 | 2018-01-09 |
평점 | 1.00/5 총 5 개의 평점 |
개발자 | https://moviecut.online |
결제 유형 | free |
지원되는 언어 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Movie Cut", "short_name": "moviecut", "version": "1.5", "manifest_version": 2, "description": "__MSG_description__", "homepage_url": "https:\/\/www.moviecut.online", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "activeTab", "storage" ], "options_page": "options.html", "browser_action": { "default_icon": { "19": "icons\/icon19.png", "38": "icons\/icon38.png", "48": "icons\/icon48.png" }, "default_popup": "popup.html" }, "content_scripts": [ { "all_frames": true, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*" ], "exclude_matches": [ "https:\/\/plus.google.com\/hangouts\/*", "https:\/\/hangouts.google.com\/hangouts\/*", "https:\/\/meet.google.com\/*", "https:\/\/teamtreehouse.com\/*", "http:\/\/www.hitbox.tv\/*" ], "css": [ "material-icons.css", "inject.css" ], "js": [ "starter.js", "jquery-3.2.1.min.js", "mouse.js", "inject.js" ] } ], "web_accessible_resources": [ "inject.css", "shadow.css", "icons\/icon16.png", "icons\/icon38.png", "netflix-inject.js" ], "default_locale": "en" } |