Bandcamp Fixed Player

This extension fixes the header in place along with the player

Co je Bandcamp Fixed Player?

Bandcamp Fixed Player je rozšíření Chrome vyvinuté Alex Morrison, a jeho hlavní funkcí je „This extension fixes the header in place along with the player“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Bandcamp Fixed Player

Stáhněte si soubory rozšíření Bandcamp Fixed Player ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        This extension adds a fixed player to the bandcamp header.                    

Základní Informace o Rozšíření

Název Bandcamp Fixed Player Bandcamp Fixed Player
ID ooldlpkajceeakdoolgdaecodilheoha
Oficiální URL https://chromewebstore.google.com/detail/bandcamp-fixed-player/ooldlpkajceeakdoolgdaecodilheoha
Popis This extension fixes the header in place along with the player
Velikost souboru 20.21 KB
Počet instalací 85
Aktuální Verze 0.0.4
Poslední Aktualizace 2024-02-17
Datum Vydání 2020-03-19
Hodnocení 2.00/5 Celkem 3 Hodnocení
Vývojář Alex Morrison
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}