Random Scrollbar Background Firefox

Examine source code of Random Scrollbar Background

Par : Hoan
Inspect and view changes in Random Scrollbar Background source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Random Scrollbar Background",
  "version": "1.0",
  "description": "Apply a small decorative background image to the page scrollbar area (random per page).",
  "permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "style.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "48": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{3f1ea64c-cf4e-45a3-8978-cd6b4c48f150}"
    }
  }
}

Meilleures alternatives Random Scrollbar Background

Voici quelques Firefox add-ons qui sont similaires à Random Scrollbar Background :