Dating.Ru PRO

Dating.Ru PRO

See all profile photos on search results, hide profiles and many other features Dating.Ru is missing!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_name__",
  "version": "1.0.3",
  "description": "__MSG_description__",
  "icons": {
    "128": "content/icon-128.png"
  },
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  },
  "browser_action": {
    "default_title": "__MSG_name__"
  },
  "content_scripts": [
    {
      "matches": [
        "*://dating.ru/search.php*"
      ],
      "css": [
        "content/dsmart.css"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://dating.ru/search.php*"
      ],
      "js": [
        "scripts/jquery-3.3.1.js",
        "scripts/custom-events.js",
        "scripts/templates.js",
        "scripts/dynamic-ui.js",
        "content_scripts/search.js"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    "content/*.*",
    "scripts/*.*",
    "inject_scripts/*.*"
  ],
  "default_locale": "ru",
  "manifest_version": 2
}