Mangafox Beautify

Mangafox Beautify

Use js to accelerate and beautify MangaFox

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Mangafox Beautify",
  "description": "Use js to accelerate and beautify MangaFox",
  "version": "0.7",
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "http://www.mangafox.me/*",
        "*://mangafox.me/*"
      ],
      "js": [
        "setjsgallery.js"
      ]
    }
  ]
}