Showcase

Your favorite music albums, every time you open a new tab.

Qu'est-ce que Showcase ?

Showcase est une extension Chrome développée par Unknown, et sa fonction principale est "Your favorite music albums, every time you open a new tab.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Showcase

Téléchargez les fichiers d'extension Showcase au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Hello, music lovers! With Showcase you'll get to see one of your favorite albums, every time you open a new tab.

- Every time you open a new tab, you'll see a random album from your 100 most listened albums
- Start listening to the album directly on Spotify
- Read all about the album on Last.fm and Wikipedia
- Enjoy the beautiful artworks of your favorite music, without distractions


Important: you need a Last.fm account in order for this extension to work.                    

Informations de Base sur l'Extension

Nom Showcase Showcase
ID bepmoggfmboifmfmcnlommkhofememng
URL Officiel https://chromewebstore.google.com/detail/showcase/bepmoggfmboifmfmcnlommkhofememng
Description Your favorite music albums, every time you open a new tab.
Taille du Fichier 135 KB
Nombre d'Installations 61
Version Actuelle 1.1
Dernière Mise à Jour 2020-06-15
Date de Publication 2020-06-15
Évaluation 5.00/5 Total 4 Évaluations
Développeur Unknown
Type de Paiement free
Site Web de l'Extension https://www.showcasetab.com
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Showcase",
    "version": "1.1",
    "description": "Your favorite music albums, every time you open a new tab.",
    "permissions": [
        "storage",
        "https:\/\/*.showcasetab.com\/",
        "https:\/\/lastfm.freetls.fastly.net\/",
        "https:\/\/i.scdn.co\/"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "icons": {
        "16": "images\/showcase16.png",
        "32": "images\/showcase32.png",
        "48": "images\/showcase48.png",
        "128": "images\/showcase128.png"
    },
    "browser_action": [],
    "manifest_version": 2
}