FB Marketplace eBay Crosspost Blocker Firefox

Examine source code of FB Marketplace eBay Crosspost Blocker

Inspect and view changes in FB Marketplace eBay Crosspost Blocker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "FB Marketplace eBay Crosspost Blocker",
  "version": "1.2",
  "description": "Hides Facebook Marketplace listings that appear to be cross-posted from eBay and shows a counter in the toolbar.",
  "icons": {
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_action": {
    "default_icon": {
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    },
    "default_title": "FB Marketplace eBay Blocker",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.facebook.com/marketplace/*",
        "*://facebook.com/marketplace/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "storage",
    "tabs"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "fb-marketplace-ebay-blocker@example.com"
    }
  }
}

Best FB Marketplace eBay Crosspost Blocker Alternatives

Here are some Firefox add-ons that are similar to FB Marketplace eBay Crosspost Blocker: