Examine source code of Niks Stream

Inspect and view changes in Niks Stream 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Niks Stream",
  "description": "Pour savoir si Niks est en live",
  "version": "1.7",
  "permissions": [
    "notifications"
  ],
  "browser_action": {
    "default_popup": "index.html"
  },
  "icons": {
    "256": "img/icon_64.png"
  },
  "background": {
    "scripts": [
      "jquery.js",
      "background.js"
    ]
  }
}