GabeN

GabeN

Changes All Of The Images To GABEN. None of the code belongs to me

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "GabeN",
  "version": "2.0.0",
  "manifest_version": 2,
  "description": "Changes All Of The Images To GABEN. None of the code belongs to me",
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "jquery-1.8.0.min.js",
        "background.js"
      ]
    }
  ]
}