Examine source code of Insta Speed Tester

Inspect and view changes in Insta Speed Tester source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "background": {
    "scripts": [
      "js/constants.js",
      "js/background.js"
    ]
  },
  "name": "Insta Speed Tester",
  "short_name": "Insta Speed Tester",
  "icons": {
    "128": "icon128.png"
  },
  "description": "This Chrome extension lets you test upload, download and ping speed on any network or ISP.",
  "version": "0.0.6",
  "manifest_version": 2,
  "browser_action": {
    "browser_style": true,
    "default_icon": {
      "128": "icon128.png"
    },
    "default_title": "Insta Speed Tester"
  },
  "homepage_url": "https://instaspeedtester.com/speedtest/newtab.html",
  "permissions": [
    "*://instaspeedtester.com/"
  ],
  "chrome_url_overrides": {
    "newtab": "html/index.html"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}