INR

INR

Convert and Show USD to INR and Million, Billion to Lakhs, Crores on webpages

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "INR",
  "version": "1.1.1",
  "description": "Convert and Show USD to INR and Million, Billion to Lakhs, Crores on webpages",
  "manifest_version": 3,
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "https://*/*"
      ],
      "exclude_matches": [
        "https://*.xe.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://api.exchangerate.host/latest/*"
  ],
  "icons": {
    "16": "noun-indian-rupee-2857866.png",
    "48": "noun-indian-rupee-2857866.png",
    "128": "noun-indian-rupee-2857866.png"
  },
  "action": {
    "default_title": "Created by Anjanesh",
    "default_popup": "popup.html"
  }
}