UIU Course Code Decoder Firefox

Examine source code of UIU Course Code Decoder

Inspect and view changes in UIU Course Code Decoder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "UIU Course Code Decoder",
  "version": "1.0.0",
  "description": "Never guess a course code again – decodes UIU course codes into full names on any webpage.",
  "browser_specific_settings": {
    "gecko": {
      "id": "uiu-course-decoder@ssadidahmed01",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage",
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "service_worker": "background.js",
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "exclude_matches": [
        "*://*/*.pdf",
        "*://*/*.svg",
        "*://*/*.xml"
      ],
      "js": [
        "content.js"
      ],
      "all_frames": true,
      "run_at": "document_idle"
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "courses.json"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}

Best UIU Course Code Decoder Alternatives

Here are some Firefox add-ons that are similar to UIU Course Code Decoder: