Bandcamp New Tab
This extension replaces the default new tab content with a new Bandcamp album.
Apa itu Bandcamp New Tab?
Bandcamp New Tab adalah ekstensi Chrome yang dikembangkan oleh Bandcamp, Inc., dan fitur utamanya adalah "This extension replaces the default new tab content with a new Bandcamp album.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Bandcamp New Tab
Unduh file ekstensi Bandcamp New Tab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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?
Informasi Dasar Ekstensi
Nama | |
ID | nbabnnemlofbllcflfjpjgkgmcdbeemc |
URL Resmi | https://chrome.google.com/webstore/detail/bandcamp-new-tab/nbabnnemlofbllcflfjpjgkgmcdbeemc |
Deskripsi | This extension replaces the default new tab content with a new Bandcamp album. |
Ukuran File | 46.65 KB |
Jumlah Instalasi | 508 |
Versi Saat Ini | 0.0.3 |
Terakhir Diperbarui | 2016-03-11 |
Tanggal Publikasi | 2016-03-11 |
Penilaian | 3.88/5 Total 17 Penilaian |
Pengembang | Bandcamp, Inc. |
[email protected] | |
Tipe Pembayaran | in_app |
Situs Ekstensi | https://bandcamp.com |
URL Halaman Kebijakan Privasi | https://bandcamp.com/privacy |
Bahasa yang Didukung | 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\/" ] } |