Yet Another Smooth Scrolling WE Firefox

Examine source code of Yet Another Smooth Scrolling WE

By: kataho
Inspect and view changes in Yet Another Smooth Scrolling WE source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Yet Another Smooth Scrolling WE",
  "version": "2.0.13",
  "description": "__MSG_extensionDescription__",
  "author": "kataho",
  "default_locale": "en",
  "permissions": [
    "storage"
  ],
  "icons": {
    "32": "img/wheel.png"
  },
  "applications": {
    "gecko": {
      "id": "yetanothersmoothscrollingwe@kataho",
      "strict_min_version": "60.0"
    }
  },
  "content_scripts": [
    {
      "run_at": "document_start",
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "util.js",
        "scroller.js",
        "content.js"
      ],
      "match_about_blank": true,
      "all_frames": true
    }
  ],
  "background": {
    "scripts": [
      "util.js",
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "browser_action": {
    "browser_style": true,
    "default_icon": {
      "16": "img/wheel16.png",
      "32": "img/wheel.png"
    },
    "default_title": "Smooth Scroll",
    "default_popup": "popup.html"
  },
  "web_accessible_resources": [
    "img/edgebgbot.png",
    "img/edgebgtop.png"
  ]
}

Best Yet Another Smooth Scrolling WE Alternatives

Here are some Firefox add-ons that are similar to Yet Another Smooth Scrolling WE: