Stop FB Auto-Refresh Firefox

Examine source code of Stop FB Auto-Refresh

By: Hitesh Add-on
Inspect and view changes in Stop FB Auto-Refresh source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Stop FB Auto-Refresh",
  "version": "1.0",
  "description": "Prevents Facebook from automatically refreshing your feed when switching tabs or apps.",
  "browser_specific_settings": {
    "gecko": {
      "id": "stop-fb-autorefresh@myextension.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "activeTab"
  ],
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.facebook.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start",
      "world": "MAIN"
    }
  ]
}

Best Stop FB Auto-Refresh Alternatives

Here are some Firefox add-ons that are similar to Stop FB Auto-Refresh: