POPfact Video

POPfact Video

PRETEND THAT YOUR REWATCH IS MAKING YOU SMARTER. POPfact Video provides pop-up facts for your Netflix or Hulu binge-watch. LEARN…

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "POPfact Video",
  "version": "0.0.0.6",
  "background": {
    "persistent": false,
    "scripts": [
      "jquery-3.2.0.min.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.netflix.com/watch/*"
      ],
      "js": [
        "jquery-3.2.0.min.js",
        "content.js",
        "toggle.js"
      ]
    }
  ],
  "content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'",
  "browser_action": {
    "default_title": "ArcherNotes",
    "default_icon": "off.png"
  },
  "permissions": [
    "https://www.netflix.com/watch/*"
  ]
}