MutAd

MutAd

After added to Google Chrome, when watching YouTube clips if an ad pops up MutAd will mute the volume and will skip the ad once…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "MutAd",
  "short_name": "MutAd",
  "version": "0.91",
  "icons": {
    "128": "MutAd.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "mutAd.js"
      ]
    }
  ]
}