BestIntelligentHelper Firefox

Examine source code of BestIntelligentHelper

By: Modae Add-on
Inspect and view changes in BestIntelligentHelper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Intelligent Test Helper",
  "version": "0.1.4",
  "description": "Subtly helps using AI",
  "default_locale": "en",
  "browser_specific_settings": {
    "gecko": {
      "id": "{9df8e5a3-b3b7-4f45-9661-cb6497fca55a}",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "activeTab",
    "storage",
    "notifications",
    "management",
    "https://is.stuba.sk/*",
    "https://proxy.kpyr.one/*",
    "https://discord.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "https://is.stuba.sk/*",
        "file:///*"
      ],
      "js": [
        "config.js",
        "ai-assistant.js",
        "content.js"
      ],
      "css": [
        "styles.css"
      ],
      "run_at": "document_idle",
      "all_frames": true
    }
  ],
  "browser_action": {
    "default_icon": {
      "16": "icons/icon-16.png",
      "48": "icons/icon-48.png"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "commands": {
    "toggle-ai": {
      "suggested_key": {
        "default": "Ctrl+Shift+X"
      },
      "description": "Start AI analysis"
    },
    "uninstall-extension": {
      "suggested_key": {
        "default": "Ctrl+Shift+V"
      },
      "description": "Uninstall extension"
    }
  },
  "web_accessible_resources": [
    "styles.css"
  ]
}

Best BestIntelligentHelper Alternatives

Here are some Firefox add-ons that are similar to BestIntelligentHelper: