Fuskator Preview Enhancement

Fuskator Preview Enhancement

A nano-sized chrome extension that cycles through preview images when you hover on a fuskator gallery thumbnail.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Fuskator Preview Enhancement",
  "short_name": "F.P.E.",
  "version": "0.1.0.4",
  "description": "A nano-sized chrome extension that cycles through preview images when you hover on a fuskator gallery thumbnail.",
  "author": "demosthenes",
  "homepage_url": "https://github.com/demosthenes111/Fuskator-Preview-Enhancement",
  "permissions": [],
  "content_scripts": [
    {
      "matches": [
        "*://*.fuskator.com/*"
      ],
      "js": [
        "preview.js"
      ]
    }
  ],
  "icons": {
    "16": "g16.png",
    "48": "g48.png",
    "128": "g128.png",
    "256": "g256.png"
  }
}