GFG Sarthi Firefox

Examine source code of GFG Sarthi

Inspect and view changes in GFG Sarthi source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "GFG Sarthi",
  "version": "1.0.0",
  "description": "Smart autocomplete for GeeksforGeeks coding problems. Get intelligent suggestions, track local variables, and insert DSA snippets while solving problems.",
  "author": "Nikhil & Saurabh",
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "https://www.geeksforgeeks.org/*"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "background": {
    "service_worker": "background.js",
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.geeksforgeeks.org/problems/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "style.css"
      ],
      "run_at": "document_idle",
      "all_frames": false
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "injector.js"
      ],
      "matches": [
        "https://www.geeksforgeeks.org/*"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "gfg-sarthi@nikhil-juit27.github.io",
      "strict_min_version": "109.0"
    }
  }
}

Best GFG Sarthi Alternatives

Here are some Firefox add-ons that are similar to GFG Sarthi: