Pull Em Shorts Off Firefox

Examine source code of Pull Em Shorts Off

Inspect and view changes in Pull Em Shorts Off source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Pull Em Shorts Off",
  "version": "1.1.1",
  "description": "Block YouTube Shorts infinite scrolling. Watch individual Shorts but prevent doom-scrolling.",
  "author": "Energyboy :3",
  "homepage_url": "https://github.com/TimurHromek/Pull-Em-Shorts-Off",
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "*://*.youtube.com/*",
    "*://*.instagram.com/*"
  ],
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "background": {
    "scripts": [
      "background/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "content/shorts-blocker.js",
        "content/sidebar-hider.js"
      ],
      "css": [
        "content/styles.css"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://*.instagram.com/*"
      ],
      "js": [
        "content/insta-blocker.js"
      ],
      "run_at": "document_start"
    }
  ],
  "action": {
    "default_icon": {
      "48": "icons/icon-48.png",
      "96": "icons/icon-96.png"
    },
    "default_title": "Pull Em Shorts Off",
    "default_popup": "popup/popup.html"
  },
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "pullemshortsoff@hromek.timur.gmail.com",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Pull Em Shorts Off Alternatives

Here are some Firefox add-ons that are similar to Pull Em Shorts Off: