Bandcamp New Tab
This extension replaces the default new tab content with a new Bandcamp album.
Bandcamp New Tabคืออะไร?
Bandcamp New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Bandcamp, Inc. และคุณลักษณะหลักของมันคือ "This extension replaces the default new tab content with a new Bandcamp album."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bandcamp New Tab
ดาวน์โหลดไฟล์ส่วนขยาย Bandcamp New Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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?
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | nbabnnemlofbllcflfjpjgkgmcdbeemc |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/bandcamp-new-tab/nbabnnemlofbllcflfjpjgkgmcdbeemc |
คำอธิบาย | This extension replaces the default new tab content with a new Bandcamp album. |
ขนาดไฟล์ | 46.65 KB |
จำนวนการติดตั้ง | 508 |
เวอร์ชันปัจจุบัน | 0.0.3 |
อัปเดตครั้งล่าสุด | 2016-03-11 |
วันที่เผยแพร่ | 2016-03-11 |
คะแนน | 3.88/5 รวมทั้งหมด 17 คะแนน |
ผู้พัฒนา | Bandcamp, Inc. |
อีเมล | [email protected] |
ประเภทการชำระเงิน | in_app |
เว็บไซต์ส่วนขยาย | https://bandcamp.com |
URL หน้านโยบายความเป็นส่วนตัว | https://bandcamp.com/privacy |
ภาษาที่รองรับ | 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\/" ] } |