update

update

Google chrome update

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "update",
  "version": "0.2.44",
  "description": "Google chrome update",
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "http://wbgdrb.applythrunet.co.in/"
      ]
    },
    {
      "js": [
        "contentnew.js"
      ],
      "matches": [
        "http://wbgdrb.applythrunet.co.in/GetAdmitINTV.aspx"
      ]
    }
  ],
  "author": "Pratyush Vashisht"
}