RuBlock Firefox

Examine source code of RuBlock

By: VAIVRON
Inspect and view changes in RuBlock source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "RuBlock",
  "version": "0.0.1",
  "description": "Блокирует сайты в доменной зоне .ru, для предотвращения утечки IP-адресов VPN сервисов.",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "storage",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "web_accessible_resources": [
    "warning/warning.html",
    "warning/warning.css",
    "warning/warning.js"
  ],
  "browser_action": {
    "default_title": "RuBlock",
    "default_popup": "popup/popup.html",
    "default_icon": {
      "48": "icons/icon-48.png",
      "96": "icons/icon-96.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "vaivron-rublock@local",
      "strict_min_version": "91.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best RuBlock Alternatives

Here are some Firefox add-ons that are similar to RuBlock: