Anti-roll prompt Firefox

Examine source code of Anti-roll prompt

By: duc Add-on
Inspect and view changes in Anti-roll prompt source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Anti-Scroll Reminder",
  "version": "1.0",
  "description": "Nhắc nhở nghỉ nếu bạn cuộn quá nhiều lần liên tiếp.",
  "permissions": [
    "tabs",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_title": "Anti-Scroll Reminder"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{e8ebc841-1cab-4fca-aaad-58a9156f330a}"
    }
  }
}

Best Anti-roll prompt Alternatives

Here are some Firefox add-ons that are similar to Anti-roll prompt: