Social Trust - vk ad blocker and feed filter

Social Trust - vk ad blocker and feed filter

Filter & Make you vk.com news feed more relevant

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_application_title__",
  "description": "__MSG_application_description__",
  "version": "0.24.21",
  "author": "SocialTrust",
  "default_locale": "ru",
  "homepage_url": "https://socialtrust.ru/",
  "icons": {
    "256": "images/icon256.png"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "web_accessible_resources": [
    "scripts/*",
    "_locales/*"
  ],
  "permissions": [
    "*://vk.com/*",
    "*://*.vk.com/*",
    "*://socialtrust.ru/*"
  ],
  "optional_permissions": [
    "*://*/*"
  ],
  "manifest_version": 2,
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "scripts/content.js"
      ],
      "matches": [
        "https://vk.com/*"
      ],
      "run_at": "document_idle"
    },
    {
      "js": [
        "scripts/rate.js",
        "scripts/adfilter.js",
        "scripts/prepare.js"
      ],
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_idle"
    }
  ]
}