Make audio players 100% wide in Chrome. https://chrome.google.com/webstore/detail/wide-audio-players/nhimhabjmplhihabgdijoeggnkalfkme
{ | |
"name": "Wide audio players", | |
"version": "1.0", | |
"description": "Make audio players 100% wide.", | |
"content_scripts": [ | |
{ | |
"matches": [ | |
"*://*/*.mp3*", | |
"*://*/*.ogg*" | |
], | |
"js": ["main.js"], | |
"run_at": "document_end", | |
"all_frames": true | |
} | |
], | |
"manifest_version": 2 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment