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 là gì?
Blerp for YouTube Audio Creation là một tiện ích mở rộng Chrome được phát triển bởi https://blerp.com, và tính năng chính của nó là "The blerp.com extension to easily create sound bites and audio clips from YouTube videos.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Blerp for YouTube Audio Creation
Tải xuống các tệp mở rộng Blerp for YouTube Audio Creation dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | icegggloogckapffpbppdghhhmdbelpb |
URL Chính Thức | https://chrome.google.com/webstore/detail/blerp-for-youtube-audio-c/icegggloogckapffpbppdghhhmdbelpb |
Mô tả | The blerp.com extension to easily create sound bites and audio clips from YouTube videos. |
Kích Thước Tệp | 67.23 KB |
Số Lần Cài Đặt | 343 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2018-06-26 |
Ngày Phát Hành | 2018-06-26 |
Đánh Giá | 5.00/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | https://blerp.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://blerp.com |
URL Trang Trợ Giúp | https://blerp.com/support |
URL Trang Chính Sách Bảo Mật | https://blerp.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |