Bandcamp New Tab
This extension replaces the default new tab content with a new Bandcamp album.
Vad är Bandcamp New Tab?
Bandcamp New Tab är en Chrome-tillägg utvecklad av Bandcamp, Inc., och dess huvudfunktion är "This extension replaces the default new tab content with a new Bandcamp album.".
Tilläggsskärmbilder
Ladda ner Bandcamp New Tab-förlängningens CRX-fil
Ladda ner Bandcamp New Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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?
Grundläggande Information om Tillägg
Namn | |
ID | nbabnnemlofbllcflfjpjgkgmcdbeemc |
Officiell webbadress | https://chrome.google.com/webstore/detail/bandcamp-new-tab/nbabnnemlofbllcflfjpjgkgmcdbeemc |
Beskrivning | This extension replaces the default new tab content with a new Bandcamp album. |
Filstorlek | 46.65 KB |
Antal Installationer | 508 |
Aktuell Version | 0.0.3 |
Senast Uppdaterad | 2016-03-11 |
Publiceringsdatum | 2016-03-11 |
Betyg | 3.88/5 Totalt 17 Betyg |
Utvecklare | Bandcamp, Inc. |
E-post | [email protected] |
Betalningssätt | in_app |
Tilläggswebbplats | https://bandcamp.com |
URL till Sekretesspolicy Sidan | https://bandcamp.com/privacy |
Stödda Språk | 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\/" ] } |