By: maribotto
Inspect and view changes in LAN Jukebox - YouTube Adder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "LAN Jukebox - YouTube Adder",
"version": "1.0.0",
"description": "Add YouTube videos directly to your LAN Jukebox playlist",
"browser_specific_settings": {
"gecko": {
"id": "lan-jukebox@maribotto.com",
"strict_min_version": "109.0",
"data_collection_permissions": {
"required": [
"authenticationInfo"
],
"optional": []
}
}
},
"permissions": [
"activeTab",
"storage"
],
"host_permissions": [
"http://*/*",
"https://*/*"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
},
"background": {
"scripts": [
"background.js"
]
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
}
},
"content_scripts": [
{
"matches": [
"*://*.youtube.com/*",
"*://*.youtu.be/*"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
],
"icons": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
}
} Best LAN Jukebox - YouTube Adder Alternatives
Here are some Firefox add-ons that are similar to LAN Jukebox - YouTube Adder: