WWDChrome

WWDChrome

Watch Apple WWDC videos using Google Chrome

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "WWDChrome",
  "manifest_version": 2,
  "version": "0.1.4",
  "description": "Watch Apple WWDC videos using Google Chrome",
  "content_scripts": [
    {
      "matches": [
        "https://developer.apple.com/videos/*"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "128": "icon128.png"
  }
}