Cut YouTube Videos with VideoSegments
Easiest way to remove boring content from YouTube videos. Great for listening to music.
Cut YouTube Videos with VideoSegments란 무엇입니까?
Cut YouTube Videos with VideoSegments은(는) Alex Lys에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easiest way to remove boring content from YouTube videos. Great for listening to music."입니다.
확장 프로그램 스크린샷
Cut YouTube Videos with VideoSegments 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Important: reload YouTube tabs after installation (only once). Key features: ✓ Interactive panel: just click buttons. ✓ Community-based segmentation: more than 15000 videos already segmented! ✓ Dozen of settings: hotkeys, filters, color schemes, and much more. ✓ Open source: everyone can contribute. This extension will give you ability to easily remove: - Talking from music clips. - Annoying content. - Intros, outros. - Everything else you dont like. Changelog: - Full: https://github.com/videosegments/videosegments/commits/master
확장 프로그램 기본 정보
이름 | Cut YouTube Videos with VideoSegments |
ID | eddbomdegiekipngdepnddkoemagllbn |
공식 URL | https://chromewebstore.google.com/detail/cut-youtube-videos-with-v/eddbomdegiekipngdepnddkoemagllbn |
설명 | Easiest way to remove boring content from YouTube videos. Great for listening to music. |
파일 크기 | 217 KB |
설치 횟수 | 2,642 |
현재 버전 | 1.11.6 |
최근 업데이트 | 2019-08-29 |
출시 날짜 | 2019-08-29 |
평점 | 3.16/5 총 38 개의 평점 |
개발자 | Alex Lys |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://videosegments.org/privacy.php |
지원되는 언어 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extensionName__", "version": "1.11.6", "applications": { "gecko": { "id": "{fca9d8e4-a5f2-4c00-9873-f38176edcba0}" } }, "default_locale": "en", "description": "__MSG_extensionDescription__", "icons": { "32": "icons\/icon-32.png", "64": "icons\/icon-64.png", "128": "icons\/icon-128.png" }, "background": { "scripts": [ "background\/background.js" ], "persistent": false }, "browser_action": { "default_icon": { "64": "icons\/icon-64.png" }, "default_title": "VideoSegments", "default_popup": "settings\/popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "external\/popper.js", "utils\/utils.js", "storage\/storage.js", "observer\/observer.js", "player\/player.js", "segmentsbar\/segmentsbar.js", "smart-cursor\/smart-cursor.js", "editor\/editor.js", "modals\/modals.js", "filters\/filters.js", "tutorial\/tutorial.js", "content\/content.js" ], "css": [ "css\/styles.css" ], "run_at": "document_start", "all_frames": true } ], "permissions": [ "https:\/\/*.videosegments.org\/*", "unlimitedStorage", "storage", "tabs" ], "web_accessible_resources": [ "editor\/editor.html", "editor\/entry.html", "modals\/small.html", "modals\/big.html", "modals\/captcha.html", "tutorial\/tutorial.html", "editor\/cut-button.html" ] } |