Bandcamp Fixed Player
This extension fixes the header in place along with the player
Co to jest Bandcamp Fixed Player?
Bandcamp Fixed Player to rozszerzenie Chrome opracowane przez Alex Morrison, a jego główną funkcją jest „This extension fixes the header in place along with the player”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Bandcamp Fixed Player
Pobierz pliki rozszerzeń Bandcamp Fixed Player w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This extension adds a fixed player to the bandcamp header.
Podstawowe informacje o rozszerzeniu
Nazwa | Bandcamp Fixed Player |
ID | ooldlpkajceeakdoolgdaecodilheoha |
Oficjalny URL | https://chromewebstore.google.com/detail/bandcamp-fixed-player/ooldlpkajceeakdoolgdaecodilheoha |
Opis | This extension fixes the header in place along with the player |
Rozmiar pliku | 20.21 KB |
Liczba instalacji | 85 |
Aktualna Wersja | 0.0.4 |
Ostatnia Aktualizacja | 2024-02-17 |
Data Publikacji | 2020-03-19 |
Ocena | 2.00/5 Łącznie 3 Oceny |
Deweloper | Alex Morrison |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |