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
官方網址 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
電子郵箱 [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"
            ]
        }
    ]
}