ThumbFade Firefox

Examine source code of ThumbFade

Inspect and view changes in ThumbFade source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Thumbfade",
  "version": "0.1.3",
  "author": "Wesley Junio",
  "description": "Fades thumbnails from sites (Only working on youtube for while)",
  "permissions": [
    "storage",
    "tabs"
  ],
  "icons": {
    "48": "./icons/tf48.png",
    "96": "./icons/tf96.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "./script/script.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{bee865dd-467e-462d-8dac-7469a0505021}"
    }
  }
}

Meilleures alternatives ThumbFade

Voici quelques Firefox add-ons qui sont similaires à ThumbFade :