By: Andreas Fleckl Add-on
Inspect and view changes in LowCut Audio Toggle source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "LowCut Audio Toggle",
"version": "0.1",
"description": "Toolbar toggle that applies a 330 Hz low-cut filter to page media.",
"author": "Andreas Michael Fleckl",
"homepage_url": "https://bubuit.net",
"permissions": [
"tabs",
"storage",
"activeTab"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_title": "LowCut: OFF",
"default_icon": {
"16": "icons/icon-off-16.png",
"32": "icons/icon-off-32.png",
"48": "icons/icon-off-48.png"
}
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content/content.js"
],
"run_at": "document_start",
"all_frames": true
}
],
"icons": {
"48": "icons/icon-off-48.png",
"128": "icons/icon-off-128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "{4f0fb516-b3da-40ca-8a71-64cfcbcd06be}"
}
}
} Best LowCut Audio Toggle Alternatives
Here are some Firefox add-ons that are similar to LowCut Audio Toggle:
Tab Audio Controller
Unstable Labs
Per-Tab Volume Control
Harrison Jones
Per-Tab Audio Filter
Quang
Mute Tab Toggle
Mee
BassBooster Lite
Infin
Bass Enhancer for Web Audio
Hebert
Cutter — skip the silence
Cutter
Waveform
braydennn
Quiet Tabs
Stephen O'Connor
Tab Volume Slider
EvilDuck Tools
Sound Adjuster
tropic
M3Q – Audio Equalizer
hackus