Still Here

Automatically tell Netflix you're still there
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": "Still Here",
  "description": "Automatically tell Netflix you're still there",
  "version": "1.0.0",
  "icons": {
    "128": "icon_128.png",
    "256": "icon_256.png"
  },
  "author": "Irwing Reza",
  "short_name": "Still Here",
  "background": {
    "scripts": [
      "netflix.js"
    ]
  },
  "permissions": [
    "tabs",
    "activeTab",
    "*://*.netflix.com/watch*"
  ]
}