Slop Block Firefox

Examine source code of Slop Block

Inspect and view changes in Slop Block source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Slop Block",
  "version": "1.1.0",
  "description": "Community-powered flags for AI-generated YouTube videos. Report and filter AI slop.",
  "permissions": [
    "activeTab",
    "storage",
    "tabs",
    "*://www.youtube.com/*"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icon-48.png",
      "128": "icon-128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.youtube.com/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "slopblock@example.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "data_collected": false,
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Slop Block Alternatives

Here are some Firefox add-ons that are similar to Slop Block: