Tweak for Youtube

Tweak for Youtube

This extension will make the youtube logo link to the subscription uploads page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Tweak for Youtube",
  "version": "1.0.8",
  "manifest_version": 2,
  "description": "This extension will make the youtube logo link to the subscription uploads page.",
  "web_accessible_resources": [
    "/inject.js"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://www.youtube.com/*",
        "https://www.youtube.com/*"
      ],
      "js": [
        "jquery.js",
        "jQuery.AttributeObserver.js",
        "urlscript.js"
      ]
    }
  ]
}