This addons is popularly known as All Bangla Live Radios Online. With this addons users can listen to best Bangladeshi Radios Online 24/7 basis.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"description": "Listen to All Bangla Live Radio stations online from all over the world.",
"manifest_version": 2,
"name": "All Bangla Live Radio Onlive",
"version": "3.0.5",
"browser_action": {
"browser_style": true,
"default_popup": "popup.html",
"default_icon": {
"16": "icons/icon-128.png",
"32": "icons/icon-128.png"
}
},
"background": {
"scripts": [
"background.js"
],
"persistent": true
}
}