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
电子邮箱 [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"
            ]
        }
    ]
}