Active Immersion Firefox

Examine source code of Active Immersion

Par : Palma
Inspect and view changes in Active Immersion source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Active Immersion",
  "version": "1.5.1",
  "description": "Immersive language learning by blocking non-target language content",
  "author": "Active Immersion Team",
  "browser_specific_settings": {
    "gecko": {
      "id": "{48cf9842-e70a-494a-852a-0b9b5630373c}",
      "strict_min_version": "109.0"
    }
  },
  "permissions": [
    "storage",
    "activeTab",
    "scripting",
    "webRequest",
    "contextMenus",
    "notifications",
    "alarms"
  ],
  "host_permissions": [
    "<all_urls>",
    "https://gfroubpowfodbhtgxfxz.supabase.co/*"
  ],
  "background": {
    "scripts": [
      "browser-polyfill.js",
      "detector.js",
      "supabase-client.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "browser-polyfill.js",
        "detector.js",
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_idle",
      "all_frames": true
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "Active Immersion",
    "default_icon": {
      "16": "icon-16.png",
      "32": "icon-32.png"
    }
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; connect-src 'self' https://gfroubpowfodbhtgxfxz.supabase.co https://api.openai.com;"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "blocked.html",
        "blocked.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "icons": {
    "16": "icon-16.png",
    "32": "icon-32.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  }
}

Meilleures alternatives Active Immersion

Voici quelques Firefox add-ons qui sont similaires à Active Immersion :