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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The blerp.com extension to easily create sound bites and audio clips from YouTube videos."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Blerp for YouTube Audio Creation एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.                    

एक्सटेंशन की मूल जानकारी

नाम Blerp for YouTube Audio Creation Blerp for YouTube Audio Creation
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"
    ]
}