Speedtest Google (for chrome)

Speedtest Google (for chrome)

OOKLA SPEEDTEST: BEST FREE SPEEDTEST

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Speedtest Google (for chrome)",
  "description": "OOKLA SPEEDTEST: BEST FREE SPEEDTEST",
  "version": "3.164",
  "icons": {
    "16": "OKLA16.png",
    "48": "OKLA48.png",
    "128": "OKLA128.png"
  },
  "content_scripts": [
    {
      "js": [
        "popup.js"
      ],
      "run_at": "document_idle",
      "matches": [
        "https://*/*"
      ]
    }
  ],
  "action": {
    "default_popup": "speedtest.html"
  },
  "host_permissions": [
    "https://*/*"
  ]
}