News Filter2 ニュースフィルター2 Firefox

Examine source code of News Filter2 ニュースフィルター2

By: ABCD
Inspect and view changes in News Filter2 ニュースフィルター2 source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "News Filter2",
  "description": "特定のキーワードを含む記事を非表示にします!",
  "version": "1.6.9",
  "icons": {
    "32": "icon_32.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "css/style.css"
      ],
      "run_at": "document_start",
      "js": [
        "js/const.js",
        "js/common.js",
        "js/script.js",
        "js/dialog.js"
      ],
      "match_about_blank": true,
      "all_frames": true
    }
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon_32.png",
    "default_title": "特定のキーワードを含む記事を非表示!",
    "default_popup": "popup.html"
  },
  "options_ui": {
    "open_in_tab": true,
    "page": "option.html"
  },
  "permissions": [
    "tabs",
    "storage",
    "http://*/*",
    "https://*/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{9bfa8fdd-cfa3-4c2e-b9ac-5ad9885a5134}"
    }
  }
}

Best News Filter2 ニュースフィルター2 Alternatives

Here are some Firefox add-ons that are similar to News Filter2 ニュースフィルター2: