Auto Scroll for Reading Firefox

Examine source code of Auto Scroll for Reading

제작자: Wulfram Zekeriya
Inspect and view changes in Auto Scroll for Reading source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Auto Scroll for Reading",
  "description": "Smooth automatic scrolling of long articles with adjustable speed",
  "version": "1.0",
  "icons": {
    "64": "icons/auto_scroll_icon-64.png",
    "128": "icons/auto_scroll_icon-128.png"
  },
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_icon": "icons/auto_scroll_icon-64.png",
    "default_title": "Auto Scroll",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{fe5debe1-b76d-4ca5-a6f6-1d9ba2401918}",
      "strict_min_version": "90.0"
    }
  }
}

최고의 Auto Scroll for Reading 대안

다음은 Auto Scroll for Reading과(와) 유사한 Firefox add-on입니다: