Skip to content

Instantly share code, notes, and snippets.

@stefansundin
Last active June 25, 2022 04:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stefansundin/7f60c35de8e0a6c17dd9be9ce9345965 to your computer and use it in GitHub Desktop.
Save stefansundin/7f60c35de8e0a6c17dd9be9ce9345965 to your computer and use it in GitHub Desktop.
video {
width: 100%;
}
{
"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
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment