Wide audio players

Make audio players 100% wide.

What is Wide audio players?

Wide audio players is a Chrome extension developed by Stefan, and its main feature is "Make audio players 100% wide.".

Extension Screenshots

screenshot

Download Wide audio players Extension CRX File

Download Wide audio players extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Wide audio players Wide audio players
ID nhimhabjmplhihabgdijoeggnkalfkme
Official URL https://chromewebstore.google.com/detail/wide-audio-players/nhimhabjmplhihabgdijoeggnkalfkme
Description Make audio players 100% wide.
File Size 3.09 KB
Installation Count 34
Current Version 1.1
Last Updated 2022-06-24
Publish Date 2018-01-14
Rating 5.00/5 Total 2 Ratings
Developer Stefan
Email [email protected]
Payment Type free
Extension Website https://gist.github.com/stefansundin/7f60c35de8e0a6c17dd9be9ce9345965
Supported Languages 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
        }
    ]
}