Shoutcrow Video
Shoutcrow : Clip Youtube videos and loop them.
Shoutcrow Video란 무엇입니까?
Shoutcrow Video은(는) Dolojo Labs에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shoutcrow : Clip Youtube videos and loop them."입니다.
확장 프로그램 스크린샷
Shoutcrow Video 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Shoutcrow Video: Clip youtube videos and loop them Shoutcrow Video lets you clip any portions of youtube video, loop it and share it across Facebook, Twitter and find it on your video.shoutcrow.com profile. * Install Shoutcrow Video extension * Find Clipping button below every youtube videos * You can use clipping button or press 'C' on your keyboard to start clipping * Press 'C' again to stop clipping * Press 'X' to cancel clipping * Share across Facebook and Twitter * Convert clips into video loops * Share and find beautiful video loops
확장 프로그램 기본 정보
이름 | |
ID | dmhmjaaegincnkofbklpdjcohedihndn |
공식 URL | https://chrome.google.com/webstore/detail/shoutcrow-video/dmhmjaaegincnkofbklpdjcohedihndn |
설명 | Shoutcrow : Clip Youtube videos and loop them. |
파일 크기 | 117 KB |
설치 횟수 | 10 |
현재 버전 | 1.0.3 |
최근 업데이트 | 2014-03-05 |
출시 날짜 | 2014-03-05 |
개발자 | Dolojo Labs |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://video.shoutcrow.com |
도움말 페이지 URL | http://video.shoutcrow.com/help/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.3", "name": "Shoutcrow Video", "description": "Shoutcrow : Clip Youtube videos and loop them.", "background": { "page": "background.html", "persistent": true }, "page_action": { "default_icon": "images\/icon_16.png", "default_title": "Find Shoutcrow Video clipper below every youtube video", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/www.youtube.com\/*", "https:\/\/www.youtube.com\/*", "http:\/\/video.shoutcrow.com\/shoutvideo\/*" ], "js": [ "libs\/jquery-1.6.2.min.js" ], "run_at": "document_start" }, { "matches": [ "http:\/\/www.youtube.com\/*", "https:\/\/www.youtube.com\/*", "http:\/\/video.shoutcrow.com\/shoutvideo\/*" ], "js": [ "youtube.js" ], "run_at": "document_end" } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "default_locale": "en", "icons": { "16": "images\/icon_16.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "manifest_version": 2, "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*", "activeTab", "contextMenus" ] } |