Hide Swiss Streaming Content Firefox

Examine source code of Hide Swiss Streaming Content

By: Samuel Add-on
Inspect and view changes in Hide Swiss Streaming Content source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Hide Swiss Streaming Content",
  "version": "1.0",
  "author": "Samuel Rüegger",
  "description": "Hides on streaming providers the Swiss productions. Since Netflix & Co is forced to include boring Swiss content in their media library, scrolling through the streaming media libraries is becoming increasingly tedious. With this addon, all forced Swiss content will be automatically hidden.",
  "icons": {
    "48": "icons/netflixblock-48.png",
    "96": "icons/netflixblock-96.png"
  },
  "applications": {
    "gecko": {
      "id": "hideswissnetflixcontent@srueegger.me"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.netflix.com/*"
      ],
      "all_frames": true,
      "js": [
        "jquery-3.6.0.min.js",
        "hide-swiss-content.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

Best Hide Swiss Streaming Content Alternatives

Here are some Firefox add-ons that are similar to Hide Swiss Streaming Content: