CloudWarning Firefox

Examine source code of CloudWarning

제작자: Steampixel Add-on
Inspect and view changes in CloudWarning source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "CloudWarning",
  "version": "1.2",
  "description": "Displays a warning icon when a page is served via Cloudflare.",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "action": {
    "default_title": "Cloudflare warning enabled",
    "default_icon": {
      "48": "icons/icon-48.png",
      "96": "icons/icon-96.png"
    }
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "storage"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-script.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "icons/icon-48.png",
        "icons/icon-96.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "cloudflare-warning@example.com",
      "strict_min_version": "110.0"
    }
  }
}

최고의 CloudWarning 대안

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