Bandcamp New Tab

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

Qu'est-ce que Bandcamp New Tab ?

Bandcamp New Tab est une extension Chrome développée par Bandcamp, Inc., et sa fonction principale est "This extension replaces the default new tab content with a new Bandcamp album.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Bandcamp New Tab

Téléchargez les fichiers d'extension Bandcamp New Tab 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

                        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?                    

Informations de Base sur l'Extension

Nom Bandcamp New Tab Bandcamp New Tab
ID nbabnnemlofbllcflfjpjgkgmcdbeemc
URL Officiel https://chrome.google.com/webstore/detail/bandcamp-new-tab/nbabnnemlofbllcflfjpjgkgmcdbeemc
Description This extension replaces the default new tab content with a new Bandcamp album.
Taille du Fichier 46.65 KB
Nombre d'Installations 508
Version Actuelle 0.0.3
Dernière Mise à Jour 2016-03-11
Date de Publication 2016-03-11
Évaluation 3.88/5 Total 17 Évaluations
Développeur Bandcamp, Inc.
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://bandcamp.com
URL de la Page de Politique de Confidentialité https://bandcamp.com/privacy
Langues Prises en Charge 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\/"
    ]
}