Bandcamp Fixed Player
This extension fixes the header in place along with the player
Wat is Bandcamp Fixed Player?
Bandcamp Fixed Player is een Chrome-extensie ontwikkeld door Alex Morrison, en de belangrijkste functie is "This extension fixes the header in place along with the player".
Extensie Screenshots
Download het CRX-bestand van de extensie Bandcamp Fixed Player
Download Bandcamp Fixed Player-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension adds a fixed player to the bandcamp header.
Basisinformatie over de Extensie
Naam | Bandcamp Fixed Player |
ID | ooldlpkajceeakdoolgdaecodilheoha |
Officiële URL | https://chromewebstore.google.com/detail/bandcamp-fixed-player/ooldlpkajceeakdoolgdaecodilheoha |
Beschrijving | This extension fixes the header in place along with the player |
Bestandsgrootte | 20.21 KB |
Aantal Installaties | 85 |
Huidige Versie | 0.0.4 |
Laatst Bijgewerkt | 2024-02-17 |
Publicatiedatum | 2020-03-19 |
Beoordeling | 2.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Alex Morrison |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |