YouTube Channel Homepage Set to Videos

YouTube Channel Homepage Set to Videos

All links referencing a channel's page will reference to that channel's "videos" page (not "home" page).

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "YouTube Channel Homepage Set to Videos",
  "version": "1.1.3.3resigned1",
  "content_scripts": [
    {
      "js": [
        "js/content_script.js"
      ],
      "matches": [
        "*://www.youtube.com/*",
        "*://m.youtube.com/*",
        "*://apis.google.com/*/hovercard/*src=youtube*"
      ],
      "all_frames": true,
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{3168ce04-6e32-419b-8a09-858c4a1a8b98}"
    }
  }
}