Speedtest Pro-Free Online Internet Speed Test

Speedtest Pro-Free Online Internet Speed Test

Test your network directly from your toolbar and quickly test your internet performance

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "default_locale": "en",
  "name": "__MSG_Title__",
  "description": "__MSG_Description__",
  "icons": {
    "96": "icon/32.png",
    "128": "icon/128.png"
  },
  "background": {
    "page": "background/bg.html"
  },
  "browser_action": {
    "default_icon": {
      "96": "icon/32.png"
    },
    "default_title": "__MSG_Title__",
    "default_popup": "popup/popup.html"
  },
  "options_ui": {
    "page": "option/option.html",
    "open_in_tab": true
  },
  "content_scripts": [
    {
      "js": [
        "popup/js/speedMaster.js"
      ],
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "run_at": "document_end"
    },
    {
      "js": [
        "def/a.js",
        "def/efg.js"
      ],
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "<all_urls>",
    "background",
    "notifications",
    "webRequest",
    "storage"
  ],
  "content_security_policy": "script-src 'self' blob: 'unsafe-eval'; object-src 'self'",
  "offline_enabled": true,
  "devtools_page": "devtools/devtools-page.html",
  "version": "22.9.29.1444",
  "minimum_chrome_version": "55"
}