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\/" ] } |