Netflix Speedup - watch videos faster

Netflix Speedup - watch videos faster

Watch Netflix videos faster and save your precious time. Increase the playback speed with just one click of the mouse.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "content_scripts": [
    {
      "css": [
        "css/icofont.css"
      ],
      "js": [
        "contentScript.js"
      ],
      "matches": [
        "https://*.netflix.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "default_locale": "en",
  "description": "__MSG_description__",
  "icons": {
    "128": "icon.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAstDB6o9glWl2byQnP5xqg2oQL+IBkMZxoVdHCTi54FWsxPiYEO3cotTem7Sk6Nz+hnbhR/UPkmhJO7U+QeMh9aRAHxGszxPjGftMAqHEI5mcLM0LKlxk5fPz27RyjObSqMYeMOflGdiWGJ2iUmF5DAofzgC6HNQgjLVfZmG5lRxd9oKoUUydu1qXRv8nr7Si6pMOCpYTTn63lscBquAJID+XHKAZInN5sP/fJqcnBxy8UsxfbXviTL3FHdq3fQH4TMFrNiB0OhNNVflBRNzdGy0hmIHio6cZfL4T5Q5cDTHjV7thCwXGJkXV9Le9hgM27m/OuWiyfaJftpelJKNwDQIDAQAB",
  "manifest_version": 2,
  "name": "__MSG_name__",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.21",
  "web_accessible_resources": [
    "fonts/icofont.woff",
    "fonts/icofont.woff2"
  ]
}