Bandcamp Fixed Player

This extension fixes the header in place along with the player

O que é Bandcamp Fixed Player?

Bandcamp Fixed Player é uma extensão do Chrome desenvolvida por Alex Morrison, e sua principal característica é "This extension fixes the header in place along with the player".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Bandcamp Fixed Player

Baixe arquivos de extensão Bandcamp Fixed Player no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        This extension adds a fixed player to the bandcamp header.                    

Informações Básicas da Extensão

Nome Bandcamp Fixed Player Bandcamp Fixed Player
ID ooldlpkajceeakdoolgdaecodilheoha
URL Oficial https://chromewebstore.google.com/detail/bandcamp-fixed-player/ooldlpkajceeakdoolgdaecodilheoha
Descrição This extension fixes the header in place along with the player
Tamanho do Arquivo 20.21 KB
Contagem de Instalações 85
Versão Atual 0.0.4
Última Atualização 2024-02-17
Data de Publicação 2020-03-19
Classificação 2.00/5 Total de 3 Avaliações
Desenvolvedor Alex Morrison
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}