Bandcamp New Tab
This extension replaces the default new tab content with a new Bandcamp album.
Bandcamp New Tab là gì?
Bandcamp New Tab là một tiện ích mở rộng Chrome được phát triển bởi Bandcamp, Inc., và tính năng chính của nó là "This extension replaces the default new tab content with a new Bandcamp album.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Bandcamp New Tab
Tải xuống các tệp mở rộng Bandcamp New Tab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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?
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nbabnnemlofbllcflfjpjgkgmcdbeemc |
URL Chính Thức | https://chrome.google.com/webstore/detail/bandcamp-new-tab/nbabnnemlofbllcflfjpjgkgmcdbeemc |
Mô tả | This extension replaces the default new tab content with a new Bandcamp album. |
Kích Thước Tệp | 46.65 KB |
Số Lần Cài Đặt | 508 |
Phiên Bản Hiện Tại | 0.0.3 |
Cập Nhật Lần Cuối | 2016-03-11 |
Ngày Phát Hành | 2016-03-11 |
Đánh Giá | 3.88/5 Tổng số 17 Đánh Giá |
Nhà Phát Triển | Bandcamp, Inc. |
[email protected] | |
Loại Thanh Toán | in_app |
Trang Web Mở Rộng | https://bandcamp.com |
URL Trang Chính Sách Bảo Mật | https://bandcamp.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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\/" ] } |