Bandcamp Fixed Player
This extension fixes the header in place along with the player
What is Bandcamp Fixed Player?
Bandcamp Fixed Player is a Chrome extension developed by Alex Morrison, and its main feature is "This extension fixes the header in place along with the player".
Extension Screenshots
Download Bandcamp Fixed Player Extension CRX File
Download Bandcamp Fixed Player extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension adds a fixed player to the bandcamp header.
Extension Basic Information
Name | Bandcamp Fixed Player |
ID | ooldlpkajceeakdoolgdaecodilheoha |
Official URL | https://chromewebstore.google.com/detail/bandcamp-fixed-player/ooldlpkajceeakdoolgdaecodilheoha |
Description | This extension fixes the header in place along with the player |
File Size | 20.21 KB |
Installation Count | 85 |
Current Version | 0.0.4 |
Last Updated | 2024-02-17 |
Publish Date | 2020-03-19 |
Rating | 2.00/5 Total 3 Ratings |
Developer | Alex Morrison |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |