By: Tony Chan
Inspect and view changes in Media Controller source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Media Controller",
"author": "Tony Chan",
"version": "0.2.7",
"description": "Control media across tabs.",
"homepage_url": "https://github.com/tnychn/media-controller-extension",
"icons": {
"128": "icon.png"
},
"background": {
"scripts": [
"background.js"
]
},
"web_accessible_resources": [
"media.js"
],
"browser_action": {
"browser_style": true,
"default_icon": {
"128": "icon.light.svg"
},
"theme_icons": [
{
"light": "icon.dark.svg",
"dark": "icon.light.svg",
"size": 128
}
],
"default_title": "Media Controller",
"default_popup": "popup/index.html"
},
"permissions": [
"tabs",
"<all_urls>"
],
"browser_specific_settings": {
"gecko": {
"id": "media-controller.extension@tnychn"
}
}
} Best Media Controller Alternatives
Here are some Firefox add-ons that are similar to Media Controller: