Wide audio players

Make audio players 100% wide.

什么是Wide audio players?

Wide audio players是由Stefan开发的Chrome扩展程序,该扩展的主要功能是“Make audio players 100% wide.”。

扩展截图

screenshot

下载Wide audio players扩展crx文件

下载Wide audio players扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Makes the audio player 100% wide for audio files. Source code: https://gist.github.com/stefansundin/7f60c35de8e0a6c17dd9be9ce9345965                    

扩展基本信息

名称 Wide audio players Wide audio players
ID nhimhabjmplhihabgdijoeggnkalfkme
官方URL https://chromewebstore.google.com/detail/wide-audio-players/nhimhabjmplhihabgdijoeggnkalfkme
简介 Make audio players 100% wide.
文件大小 3.09 KB
安装次数 34
当前版本 1.1
更新时间 2022-06-24
上架时间 2018-01-14
评分 5.00/5 共2次评分
开发者 Stefan
电子邮箱 [email protected]
付费类型 free
扩展官网 https://gist.github.com/stefansundin/7f60c35de8e0a6c17dd9be9ce9345965
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Wide audio players",
    "version": "1.1",
    "description": "Make audio players 100% wide.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*.aac*",
                "*:\/\/*\/*.flac*",
                "*:\/\/*\/*.m4a*",
                "*:\/\/*\/*.mka*",
                "*:\/\/*\/*.mp3*",
                "*:\/\/*\/*.ogg*",
                "*:\/\/*\/*.opus*",
                "*:\/\/*\/*.wav*",
                "file:\/\/*\/*.aac*",
                "file:\/\/*\/*.flac*",
                "file:\/\/*\/*.m4a*",
                "file:\/\/*\/*.mka*",
                "file:\/\/*\/*.mp3*",
                "file:\/\/*\/*.ogg*",
                "file:\/\/*\/*.opus*",
                "file:\/\/*\/*.wav*"
            ],
            "css": [
                "main.css"
            ],
            "all_frames": true
        }
    ]
}