GuidED (School) Firefox

Examine source code of GuidED (School)

Inspect and view changes in GuidED (School) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "GuidED (School)",
  "version": "1.0.26",
  "description": "Student AI usage visibility for schools (Firefox). Install once per Firefox profile; pair with your school code.",
  "incognito": "spanning",
  "action": {
    "default_title": "GuidED — pairing code",
    "default_popup": "pair.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "options_ui": {
    "page": "pair.html",
    "open_in_tab": true
  },
  "permissions": [
    "storage",
    "activeTab",
    "identity",
    "alarms",
    "tabs",
    "webRequest",
    "scripting",
    "history"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.firefox.js"
    ]
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "shared/guided-platform-registry.js",
        "shared/guided-main-bridge.js"
      ],
      "run_at": "document_start",
      "all_frames": true,
      "world": "MAIN"
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "shared/guided-risk-registry.js",
        "shared/guided-platform-registry.js",
        "shared/detection-engine/detection-result.js",
        "shared/detection-engine/capture-adapters.js",
        "shared/detection-engine/registry-detector.js",
        "shared/detection-engine/behavior-detectors.js",
        "shared/detection-engine/confidence-engine.js",
        "shared/detection-engine/detection-engine.js",
        "shared/guided-platform-selectors.js",
        "shared/guided-visibility-sweep.js",
        "shared/guided-gemini-chrome-beacon.js",
        "shared/content.js"
      ],
      "css": [
        "shared/styles.css"
      ],
      "run_at": "document_idle",
      "all_frames": true
    },
    {
      "matches": [
        "https://docs.google.com/*"
      ],
      "js": [
        "shared/guided-docs-analyze.js",
        "shared/guided-docs-gemini.js"
      ],
      "run_at": "document_idle",
      "all_frames": false
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "guided-school@guidedapp.io",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "browsingActivity",
          "websiteActivity",
          "websiteContent",
          "searchTerms"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    }
  }
}

Mejores alternativas GuidED (School)

Aquí hay algunas Firefox add-ons que son similares a GuidED (School):