Blerp for YouTube Audio Creation
The blerp.com extension to easily create sound bites and audio clips from YouTube videos.
Qu'est-ce que Blerp for YouTube Audio Creation ?
Blerp for YouTube Audio Creation est une extension Chrome développée par https://blerp.com, et sa fonction principale est "The blerp.com extension to easily create sound bites and audio clips from YouTube videos.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Blerp for YouTube Audio Creation
Téléchargez les fichiers d'extension Blerp for YouTube Audio Creation au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | icegggloogckapffpbppdghhhmdbelpb |
URL Officiel | https://chrome.google.com/webstore/detail/blerp-for-youtube-audio-c/icegggloogckapffpbppdghhhmdbelpb |
Description | The blerp.com extension to easily create sound bites and audio clips from YouTube videos. |
Taille du Fichier | 67.23 KB |
Nombre d'Installations | 343 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2018-06-26 |
Date de Publication | 2018-06-26 |
Évaluation | 5.00/5 Total 6 Évaluations |
Développeur | https://blerp.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://blerp.com |
URL de la Page d'Aide | https://blerp.com/support |
URL de la Page de Politique de Confidentialité | https://blerp.com/privacy |
Langues Prises en Charge | 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" ] } |