MSDN Vintage

MSDN Vintage

MSDN .NET Vintage watermark

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "MSDN Vintage",
  "version": "0.16.0",
  "manifest_version": 2,
  "description": "MSDN .NET Vintage watermark",
  "content_scripts": [
    {
      "matches": [
        "http://msdn.microsoft.com/*"
      ],
      "js": [
        "MSDNVintage.js"
      ]
    }
  ]
}