Negative News Filter Firefox

Examine source code of Negative News Filter

By: sanlun
Inspect and view changes in Negative News Filter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_name__",
  "version": "0.5.0",
  "description": "__MSG_desc__",
  "default_locale": "ja",
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "browser_action": {
    "default_icon": "icons/32.png",
    "default_title": "Negative News Filter",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "all_frames": true,
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "main.js"
      ],
      "run_at": "document_end"
    }
  ],
  "options_ui": {
    "open_in_tab": true,
    "page": "options.html"
  },
  "permissions": [
    "storage",
    "tabs",
    "https://raw.githubusercontent.com/sanlun1/negative-news-filter/main/rules.json"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{b52fb3a9-1b02-473b-b0c9-6cf3a8109b40}"
    }
  }
}

Best Negative News Filter Alternatives

Here are some Firefox add-ons that are similar to Negative News Filter: