FiniteScroller for YouTube

FiniteScroller for YouTube

Replaces the infinite scrolling on the YouTube homepage with a simpler, less addicting, page system.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "FiniteScroller for YouTube",
  "version": "1.3.10",
  "description": "Replaces the infinite scrolling on the YouTube homepage with a simpler, less addicting, page system.",
  "content_scripts": [
    {
      "css": [
        "styles.css"
      ],
      "js": [
        "content.js"
      ],
      "matches": [
        "https://www.youtube.com/"
      ]
    }
  ]
}