Buzzdub

We scour the web so you don't have to.

What is Buzzdub?

Buzzdub is a Chrome extension developed by https://www.buzzdub.com, and its main feature is "We scour the web so you don't have to.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Buzzdub Extension CRX File

Download Buzzdub 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

                        The official BuzzDub extension.

Adds a button to the toolbar which allows you to grab articles, video and RSS feeds from web sites and add them to BuzzDub.

Makes it easy for to gather content for curation and add to your blog, Facebook, Twitter.                    

Extension Basic Information

Name Buzzdub Buzzdub
ID bdaamblmkhbpjhnhbgkmnoigldjgaegn
Official URL https://chromewebstore.google.com/detail/buzzdub/bdaamblmkhbpjhnhbgkmnoigldjgaegn
Description We scour the web so you don't have to.
File Size 22.6 KB
Installation Count 56
Current Version 1.0.14
Last Updated 2017-03-21
Publish Date 2017-03-21
Rating 3.83/5 Total 6 Ratings
Developer https://www.buzzdub.com
Payment Type free
Extension Website https://www.buzzdub.com
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Buzzdub",
    "version": "1.0.14",
    "description": "We scour the web so you don't have to.",
    "background": {
        "scripts": [
            "extension.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "tabs.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus",
        ""
    ],
    "icons": {
        "16": "logo-16.png",
        "48": "logo-48.png",
        "128": "logo-128.png"
    },
    "browser_action": {
        "default_icon": "logo.png"
    }
}