Smart Internet Porn Filter from vRate

Smart Internet Porn Filter from vRate

Intelligently blocks adult/pornographic content by applying artificial intelligence to analyze images on every page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "short_name": "vRate",
  "version": "2.11",
  "manifest_version": 2,
  "description": "__MSG_appDescription__",
  "icons": {
    "16": "images/icon-16.png",
    "128": "images/icon-128.png"
  },
  "default_locale": "en",
  "background": {
    "page": "bg.html",
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "lib/jquery-2.0.0.js",
        "scripts/cs.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "options_page": "pin.html",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "http://*/*",
    "https://*/*",
    "tabs",
    "activeTab",
    "storage",
    "notifications",
    "alarms",
    "identity",
    "management",
    "https://www.googleapis.com/",
    "browsingData"
  ],
  "browser_action": {
    "default_icon": {
      "19": "images/icon-19.png",
      "38": "images/icon-38.png"
    },
    "default_title": "vRate",
    "default_popup": "popup.html"
  },
  "web_accessible_resources": [
    "images/block.svg",
    "images/close.png",
    "pin.html",
    "landing.html"
  ],
  "externally_connectable": {
    "ids": [
      "*"
    ],
    "matches": [
      "*://vrate-masala-ai.web.app/*"
    ]
  },
  "content_security_policy": "script-src 'self' https://googleapis.com https://*.gstatic.com https://cdn.firebase.com/ https://*.firebaseio.com https://*.vrate.net ; object-src 'self'",
  "oauth2": {
    "client_id": "381760771760-pf7qb5bkkptphpevipo7ecpl2s7u3eig.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/plus.login",
      "https://www.googleapis.com/auth/chromewebstore.readonly"
    ]
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3CgYmbuOwZoY0RZI/oNaWf2/DjqBijw/D2KYJ8Yi4vrHLkhSPaZL4asfqra7IPWR8cH/IaXf97dIydL8pxZ78FkgTYnVlqoWbzJGJhnodChmiVKLCXl88yxO/7WkKcsNGJUfoX91iol8ib8z3DT1UYcVVLikFVT/jpZnCY57BYze8KOKizAyzkEduCw3/X5A2JeWeA/MIzcQYtWEhFVkJVstcZ2HYpRmucvAta4OErQx1reloHLgzHqSqzyZQhokbBHeJTFhvCJS9f51yKcA5f3jiT3dmW2tDgoSLTtodVhCZpZh9mnbedk/yEDfjPpI1pZz8Pwoq6l+JGDnj8qQtQIDAQAB"
}