AV USD Converter Firefox

Examine source code of AV USD Converter

Inspect and view changes in AV USD Converter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "AV USD Converter",
  "version": "1.0",
  "description": "Отображает цены в USD на сайте av.by на основе курса НБРБ.",
  "browser_specific_settings": {
    "gecko": {
      "id": "av-usd-converter@v4n4ik.dev",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "websiteContent"
        ],
        "consent_ui": false,
        "is_opt_out": false,
        "storage": {
          "description": "Локальное кэширование курса валют."
        },
        "websiteContent": {
          "description": "Чтение цен на страницах av.by для конвертации.",
          "required": true,
          "dataTypes": [
            "Text content"
          ]
        }
      }
    }
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "https://developer.nbrb.by/*",
    "*://*.av.by/*"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.av.by/*"
      ],
      "js": [
        "main.js"
      ]
    }
  ],
  "icons": {
    "128": "icon128.png"
  }
}

Best AV USD Converter Alternatives

Here are some Firefox add-ons that are similar to AV USD Converter: