All-In-One PageSpeed Test

All-In-One PageSpeed Test

Test any website performance with main test tools with one single click: Google PageTest Insights, GTmetrix, Yellow Lab Tools

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "icon-16.png",
      "48": "icon-48.png",
      "128": "icon-128.png"
    },
    "default_title": "All-In-One PageSpeed Test"
  },
  "name": "All-In-One PageSpeed Test",
  "short_name": "All-In-One PageSpeed Test",
  "description": "Test website performance with main test tools with one single click: Google PageTest Insights, GTmetrix, Yellow Lab Tools",
  "homepage_url": "https://marketingradar.de/seo/pagespeed-test-all-in-one-erweiterung-von-marketingradar-de/",
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "version": "0.2resigned1",
  "manifest_version": 2,
  "developer": {
    "name": "Evgeniy Orlov",
    "url": "https://mediaworx.com"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "submitForm.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{98a5927d-702a-4558-aa81-78fa49252a42}"
    }
  }
}