Inspect and view changes in Xfinity Stream for PC source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "Xfinity Stream for PC",
"description": "You can use Xfinity Stream on your PC through this Chrome Add-on.",
"app": {
"urls": [
"https://droidspc.org/"
],
"launch": {
"web_url": "https://droidspc.org/xfinity-stream-pc-tv/"
}
},
"manifest_version": 2,
"update_url": "http://clients2.google.com/service/update2/crx",
"version": "0.3",
"icons": {
"128": "icon.png"
}
}