Blerp for YouTube Audio Creation
The blerp.com extension to easily create sound bites and audio clips from YouTube videos.
Blerp for YouTube Audio Creation란 무엇입니까?
Blerp for YouTube Audio Creation은(는) https://blerp.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The blerp.com extension to easily create sound bites and audio clips from YouTube videos."입니다.
확장 프로그램 스크린샷
Blerp for YouTube Audio Creation 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Create and share audio clips from your favorite youtube videos! Blerp is the platform for sharing, creating, and discovering awesome sound bites. INSTRUCTIONS 1. Download Extension 2. Create account on https://blerp.com and login 3. Go to a youtube video page 4. Click the blerp icon on the youtube video seek bar 5. Use blerp upload tool to finish creating your sound bite Once an audio clip is created, use blerp to share your soundbite to any platform (social media and messaging)! Use any of our apps at https://blerp.com/apps to find and save your favorite audio clips. Our mission at blerp is to help people harness the ability to be different as well as make it easier for people to build human connections through unique expression.
확장 프로그램 기본 정보
이름 | |
ID | icegggloogckapffpbppdghhhmdbelpb |
공식 URL | https://chrome.google.com/webstore/detail/blerp-for-youtube-audio-c/icegggloogckapffpbppdghhhmdbelpb |
설명 | The blerp.com extension to easily create sound bites and audio clips from YouTube videos. |
파일 크기 | 67.23 KB |
설치 횟수 | 343 |
현재 버전 | 0.0.1 |
최근 업데이트 | 2018-06-26 |
출시 날짜 | 2018-06-26 |
평점 | 5.00/5 총 6 개의 평점 |
개발자 | https://blerp.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://blerp.com |
도움말 페이지 URL | https://blerp.com/support |
개인정보 보호 정책 페이지 URL | https://blerp.com/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Blerp for YouTube Audio Creation", "short_name": "Blerp", "version": "0.0.1", "description": "The blerp.com extension to easily create sound bites and audio clips from YouTube videos.", "browser_action": { "default_icon": { "16": ".\/images\/blerp-icon16.png", "48": ".\/images\/blerp-icon48.png", "128": ".\/images\/blerp-icon128.png" }, "default_title": "Blerp" }, "icons": { "16": ".\/images\/blerp-icon16.png", "48": ".\/images\/blerp-icon48.png", "128": ".\/images\/blerp-icon128.png" }, "homepage_url": "https:\/\/blerp.com", "content_scripts": [ { "css": [ ".\/styles\/styles.css" ], "js": [ ".\/content.js" ], "matches": [ "*:\/\/*.youtube.com\/*" ] } ], "background": { "scripts": [ ".\/background.js" ] }, "permissions": [ "tabs" ] } |