Download Mobdro for ChromeCast.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"browser_action": {
"default_icon": {
"16": "logo_128.png",
"32": "logo_128.png",
"48": "logo_128.png",
"128": "logo_128.png"
},
"default_popup": "index.html"
},
"description": "Download Mobdro for ChromeCast.",
"icons": {
"16": "logo_128.png",
"32": "logo_128.png",
"48": "logo_128.png",
"128": "logo_128.png"
},
"manifest_version": 2,
"name": "Mobdro on Chromecast",
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "2021"
}