VPN Blocker Remover Firefox

Examine source code of VPN Blocker Remover

Inspect and view changes in VPN Blocker Remover source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "VPN Blocker Remover",
  "version": "1.0",
  "description": "Удаляет оверлей с требованием отключить VPN на Avito, Яндекс и других сайтах",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "*://*.avito.ru/*",
    "*://*.yandex.ru/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.avito.ru/*",
        "*://*.yandex.ru/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "@vpn-blocker-remover",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "browser_action": {
    "default_title": "VPN Blocker Remover",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png"
    }
  }
}

Best VPN Blocker Remover Alternatives

Here are some Firefox add-ons that are similar to VPN Blocker Remover: