Bandcamp Fixed Player
This extension fixes the header in place along with the player
Cos'è Bandcamp Fixed Player?
Bandcamp Fixed Player è un'estensione di Chrome sviluppata da Alex Morrison, e la sua funzione principale è "This extension fixes the header in place along with the player".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Bandcamp Fixed Player
Scarica i file di estensione Bandcamp Fixed Player in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension adds a fixed player to the bandcamp header.
Informazioni di Base sull'Estensione
Nome | Bandcamp Fixed Player |
ID | ooldlpkajceeakdoolgdaecodilheoha |
URL Ufficiale | https://chromewebstore.google.com/detail/bandcamp-fixed-player/ooldlpkajceeakdoolgdaecodilheoha |
Descrizione | This extension fixes the header in place along with the player |
Dimensione del File | 20.21 KB |
Conteggio Installazioni | 85 |
Versione Corrente | 0.0.4 |
Ultimo Aggiornamento | 2024-02-17 |
Data di Pubblicazione | 2020-03-19 |
Valutazione | 2.00/5 Totale 3 Valutazioni |
Sviluppatore | Alex Morrison |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bandcamp Fixed Player", "version": "0.0.4", "manifest_version": 3, "description": "This extension fixes the header in place along with the player", "homepage_url": "https:\/\/bandcamp.com", "icons": { "16": "icons\/play16.png", "48": "icons\/play48.png", "128": "icons\/play128.png" }, "default_locale": "en", "host_permissions": [ "https:\/\/*.bandcamp.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.bandcamp.com\/*" ], "css": [ "src\/inject\/inject.css" ] } ] } |