Cache Captain Firefox

Examine source code of Cache Captain

제작자: WPNET.NZ Add-on
Inspect and view changes in Cache Captain source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Cache Captain",
  "browser_specific_settings": {
    "gecko": {
      "id": "cache-captain@gbotica",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "version": "1.0",
  "description": "A developer and testing tool for managing browser cache and monitoring HTTP cache response headers. Click the toolbar icon to reload, clear browser data, or both. Monitors any configurable response header (fastcgi-cache, x-cache, cf-cache-status, and more) and displays the cache status as a colour-coded badge — HIT, MISS, BYPASS, EXPIRED, and STALE — on every page load.",
  "permissions": [
    "webRequest",
    "webNavigation",
    "tabs",
    "storage",
    "browsingData",
    "notifications",
    "<all_urls>"
  ],
  "options_ui": {
    "page": "options.html",
    "browser_style": false
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "Cache Captain",
    "default_icon": {
      "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"
    }
  },
  "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"
  }
}

최고의 Cache Captain 대안

다음은 Cache Captain과(와) 유사한 Firefox add-on입니다: