Browsing Stats Firefox

Examine source code of Browsing Stats

Inspect and view changes in Browsing Stats source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Browsing Stats",
  "version": "1.0.0",
  "permissions": [
    "activeTab",
    "tabs",
    "unlimitedStorage",
    "storage"
  ],
  "background": {
    "scripts": [
      "src/engine/Background.js"
    ]
  },
  "icons": {
    "192": "icons/mainIcon.png",
    "384": "icons/mainIcon@2x.png",
    "800": "icons/mainIcon@4x.png"
  },
  "description": "Monitors and display stats about visiting websites",
  "browser_action": {
    "default_title": "Browsing Stats",
    "default_popup": "src/popup/Popup.html",
    "default_icon": "icons/mainIcon@4x.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{659f230e-af51-473e-beba-e00b65d653b5}"
    }
  }
}

Best Browsing Stats Alternatives

Here are some Firefox add-ons that are similar to Browsing Stats: