Bandcamp Fixed Player
This extension fixes the header in place along with the player
Apa itu Bandcamp Fixed Player?
Bandcamp Fixed Player adalah ekstensi Chrome yang dikembangkan oleh Alex Morrison, dan fitur utamanya adalah "This extension fixes the header in place along with the player".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Bandcamp Fixed Player
Unduh file ekstensi Bandcamp Fixed Player dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This extension adds a fixed player to the bandcamp header.
Informasi Dasar Ekstensi
Nama | Bandcamp Fixed Player |
ID | ooldlpkajceeakdoolgdaecodilheoha |
URL Resmi | https://chromewebstore.google.com/detail/bandcamp-fixed-player/ooldlpkajceeakdoolgdaecodilheoha |
Deskripsi | This extension fixes the header in place along with the player |
Ukuran File | 20.21 KB |
Jumlah Instalasi | 85 |
Versi Saat Ini | 0.0.4 |
Terakhir Diperbarui | 2024-02-17 |
Tanggal Publikasi | 2020-03-19 |
Penilaian | 2.00/5 Total 3 Penilaian |
Pengembang | Alex Morrison |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |