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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://blerp.com, και η κύρια λειτουργία του είναι "The blerp.com extension to easily create sound bites and audio clips from YouTube videos.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Blerp for YouTube Audio Creation
Λήψη αρχείων επέκτασης 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 |
Επίσημο 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" ] } |