Bandcamp New Tab

This extension replaces the default new tab content with a new Bandcamp album.

What is Bandcamp New Tab?

Bandcamp New Tab is a Chrome extension developed by Bandcamp, Inc., and its main feature is "This extension replaces the default new tab content with a new Bandcamp album.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Bandcamp New Tab Extension CRX File

Download Bandcamp New Tab 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

                        Looking for amazing new music, but too ​lazy, er,​ busy to go searching? We can help! Enjoy wonderful sounds curated from the vast musical landscape known as Bandcamp, delivered with minimal effort right to your browser: a fresh new album each time you open a new tab. Sure, you can skip that nice and inviting Play button and go on with your day, but eh, why not click it, put your good headphones on and see if you like what you hear. If you don't, no biggie. Go ahead and complete your original task. But if you do? Then yeah, let it play and open another tab to go off and be productive. Music helps with that, ya know?                    

Extension Basic Information

Name Bandcamp New Tab Bandcamp New Tab
ID nbabnnemlofbllcflfjpjgkgmcdbeemc
Official URL https://chrome.google.com/webstore/detail/bandcamp-new-tab/nbabnnemlofbllcflfjpjgkgmcdbeemc
Description This extension replaces the default new tab content with a new Bandcamp album.
File Size 46.65 KB
Installation Count 508
Current Version 0.0.3
Last Updated 2016-03-11
Publish Date 2016-03-11
Rating 3.88/5 Total 17 Ratings
Developer Bandcamp, Inc.
Email [email protected]
Payment Type in_app
Extension Website https://bandcamp.com
Privacy Policy Page URL https://bandcamp.com/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bandcamp New Tab",
    "description": "This extension replaces the default new tab content with a new Bandcamp album.",
    "version": "0.0.3",
    "author": "Bandcamp, Inc.",
    "icons": {
        "128": "bc-newtab-icon.png"
    },
    "chrome_url_overrides": {
        "newtab": "player.html"
    },
    "permissions": [
        "https:\/\/bandcamp.com\/"
    ]
}