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文件
下載Blerp for YouTube Audio Creation擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" ] } |