YouFlix

YouFlix

A unique tool for making experience in YouTube more like Netflix and also more convenient video watching, commenting and searching

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "YouFlix",
  "short_name": "YouFlix",
  "version": "1.0.0",
  "description": "A unique tool for making experience in YouTube more like Netflix and also more convenient video watching, commenting and searching",
  "author": "RefractionTech",
  "browser_action": {
    "default_icon": {
      "16": "assets/logo16.png",
      "32": "assets/logo32.png",
      "48": "assets/logo48.png",
      "128": "assets/logo128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.youtube.com/*"
      ],
      "css": [
        "css/content.css"
      ],
      "js": [
        "js/content.js"
      ],
      "run_at": "document_start"
    }
  ]
}