Bandcamp Fixed Player

This extension fixes the header in place along with the player

Bandcamp Fixed Playerとは何ですか?

Bandcamp Fixed PlayerはAlex Morrisonによって開発されたChromeの拡張機能で、その主な機能は「This extension fixes the header in place along with the player」です。

拡張機能のスクリーンショット

screenshot
screenshot

Bandcamp Fixed Player拡張機能のCRXファイルをダウンロード

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
Eメール [email protected]
支払い方法 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"
            ]
        }
    ]
}