Net Filter Pro

Net Filter Pro

Net Filter Pro is an advanced web & content filtering engine that understands each content and filters only harmful ones

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "Net Filter Pro",
  "background": {
    "persistent": true,
    "scripts": [
      "data/profanity_content.js",
      "data/profanity_urlquery.js",
      "data/names.js",
      "data/donotblock.js",
      "data/donotlog.js",
      "background/domains.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "images/netfilterpro-logo-16.png",
      "24": "images/netfilterpro-logo-24.png",
      "32": "images/netfilterpro-logo-32.png",
      "48": "images/netfilterpro-logo-48.png",
      "64": "images/netfilterpro-logo-64.png",
      "128": "images/netfilterpro-logo-128.png"
    },
    "default_title": "Filters profanity, adult and harmful content within texts and images of tweets"
  },
  "default_locale": "en",
  "description": "Net Filter Pro is an advanced web & content filtering engine that understands each content and filters only harmful ones",
  "homepage_url": "https://www.netfilterpro.com",
  "icons": {
    "16": "images/netfilterpro-logo-16.png",
    "24": "images/netfilterpro-logo-24.png",
    "32": "images/netfilterpro-logo-32.png",
    "48": "images/netfilterpro-logo-48.png",
    "64": "images/netfilterpro-logo-64.png",
    "128": "images/netfilterpro-logo-128.png"
  },
  "manifest_version": 2,
  "options_page": "options/options.html",
  "name": "Net Filter Pro",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "browsingData",
    "activeTab",
    "storage",
    "declarativeContent",
    "<all_urls>",
    "*://*/*"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.1.5",
  "web_accessible_resources": [
    "style.css",
    "content.css",
    "options/options.js",
    "options/options.html",
    "images/clouds.jpg",
    "block/block.html",
    "block/block2.html"
  ]
}