BrainyBuzz

This extension facilitates a quick navigation to BrainyBuzz video catalog

What is BrainyBuzz?

BrainyBuzz is a Chrome extension developed by https://brainybuzz.com, and its main feature is "This extension facilitates a quick navigation to BrainyBuzz video catalog".

Extension Screenshots

Download BrainyBuzz Extension CRX File

Download BrainyBuzz extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        BrainyBuzz Mission

“Education is the most powerful weapon which you can use to change the world.”   -- Nelson Mandela 

BrainyBuzz is committed for promoting Open education. Open education plants a seed of interest on education in prospective learners, and helps in establishing better society. BrainyBuzz LLC will give its 100 percent to establish a quorum of educational content provided by different providers and to establish a one-stop educational organization where educational concepts are distributed using mobile, TV and internet platforms. This extension facilitates a quick navigation to BrainyBuzz video catalog.                    

Extension Basic Information

Name BrainyBuzz BrainyBuzz
ID cfibdnbhejapahhnpekkilgbfaahhgnh
Official URL https://chromewebstore.google.com/detail/brainybuzz/cfibdnbhejapahhnpekkilgbfaahhgnh
Description This extension facilitates a quick navigation to BrainyBuzz video catalog
File Size 454 KB
Installation Count 35
Current Version 1.0
Last Updated 2014-02-19
Publish Date 2014-02-19
Rating 3.67/5 Total 3 Ratings
Developer https://brainybuzz.com
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BrainyBuzz",
    "description": "This extension facilitates a quick navigation to BrainyBuzz video catalog",
    "version": "1.0",
    "permissions": [
        "https:\/\/brainybuzz.net\/",
        "storage",
        "webview",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/brainybuzz.net\/; object-src 'self'",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "bb.html"
    }
}