Scroll and Find Firefox

Examine source code of Scroll and Find

Inspect and view changes in Scroll and Find source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Scroll and Find",
  "version": "1.6",
  "description": "Automatically scrolls and searches for specific text on any website",
  "browser_specific_settings": {
    "gecko": {
      "id": "scrollfindextension@example.com"
    }
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png"
    },
    "default_title": "Scroll and Find",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}

Best Scroll and Find Alternatives

Here are some Firefox add-ons that are similar to Scroll and Find: