FF Time Lost Loading Firefox

Examine source code of FF Time Lost Loading

Inspect and view changes in FF Time Lost Loading source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "FF Time Lost Loading",
  "version": "1.8.2.1",
  "description": "Mesure le temps perdu par site avec plusieurs règles par domaine.",
  "author": "Pierre HENAUT",
  "homepage_url": "https://github.com/phenaut/FF-Time-Lost-Loading/",
  "permissions": [
    "storage",
    "webRequest",
    "activeTab",
    "tabs"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start",
      "all_frames": false
    }
  ],
  "action": {
    "default_title": "FF Time Lost Loading",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "96": "icons/icon-96.png"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png",
    "128": "icons/icon-128.png",
    "512": "icons/icon-512.png"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "time-lost-loading@pierre-henaut",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "browsingActivity"
        ]
      }
    }
  }
}

Mejores alternativas FF Time Lost Loading

Aquí hay algunas Firefox add-ons que son similares a FF Time Lost Loading: