Bandcamp Fixed Player

This extension fixes the header in place along with the player

Что такое Bandcamp Fixed Player?

Bandcamp Fixed Player - это расширение Chrome, разработанное Alex Morrison, и его основная функция - "This extension fixes the header in place along with the player".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Bandcamp Fixed Player

Скачайте файлы расширений Bandcamp Fixed Player в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This extension adds a fixed player to the bandcamp header.                    

Основная информация о расширении

Название Bandcamp Fixed Player Bandcamp Fixed Player
ID ooldlpkajceeakdoolgdaecodilheoha
Официальный URL https://chromewebstore.google.com/detail/bandcamp-fixed-player/ooldlpkajceeakdoolgdaecodilheoha
Описание This extension fixes the header in place along with the player
Размер файла 20.21 KB
Количество установок 85
Текущая Версия 0.0.4
Последнее Обновление 2024-02-17
Дата публикации 2020-03-19
Рейтинг 2.00/5 Всего 3 оценок
Разработчик Alex Morrison
Электронная почта alex.morrison.development@gmail.com
Тип оплаты free
Поддерживаемые языки 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"
            ]
        }
    ]
}