FB/IG Infinity Scroll Blocker Firefox

Examine source code of FB/IG Infinity Scroll Blocker

Inspect and view changes in FB/IG Infinity Scroll Blocker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "FB/IG Infinity Scroll Blocker",
  "version": "2.0",
  "description": "Blokuje scrollowanie na Facebooku i Instagramie po przekroczeniu zadanego limitu.",
  "browser_specific_settings": {
    "gecko": {
      "id": "fb-ig-scroll-by-soyerdev@example.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "permissions": [
    "storage"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    },
    "default_title": "Scroll Blocker – FB / IG"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.facebook.com/*",
        "*://*.instagram.com/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ],
      "run_at": "document_idle"
    }
  ]
}

Best FB/IG Infinity Scroll Blocker Alternatives

Here are some Firefox add-ons that are similar to FB/IG Infinity Scroll Blocker: