U-Cursedn't Firefox

Examine source code of U-Cursedn't

Inspect and view changes in U-Cursedn't source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "U-Cursedn't",
  "version": "26.7.2",
  "description": "Esta extensión agrega funciones adicionales a la plataforma de U-Cursos y respectivos logros por hacer cada una de ellas.",
  "manifest_version": 3,
  "author": "matias-saavedra-g",
  "browser_specific_settings": {
    "gecko": {
      "id": "ucursednt@matias-saavedra-g",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "websiteContent"
        ]
      }
    }
  },
  "permissions": [
    "activeTab",
    "clipboardWrite",
    "storage",
    "tabs"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; connect-src https://generativelanguage.googleapis.com"
  },
  "sidebar_action": {
    "default_panel": "sidepanel.html"
  },
  "host_permissions": [
    "*://*.u-cursos.cl/*",
    "https://generativelanguage.googleapis.com/*"
  ],
  "background": {
    "scripts": [
      "js/browser-polyfill.min.js",
      "js/utilities.js",
      "js/background.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.u-cursos.cl/*"
      ],
      "js": [
        "js/browser-polyfill.min.js",
        "js/utilities.js",
        "js/popup.js"
      ]
    },
    {
      "matches": [
        "*://*.u-cursos.cl/*"
      ],
      "js": [
        "js/browser-polyfill.min.js",
        "js/utilities.js",
        "js/userDataCapture.js",
        "js/otrasRealizaciones.js"
      ]
    },
    {
      "matches": [
        "*://www.u-cursos.cl/*"
      ],
      "js": [
        "js/browser-polyfill.min.js",
        "js/utilities.js",
        "js/navigationAnimations.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "*://*.u-cursos.cl/*/*/*/*/*/notas/*"
      ],
      "js": [
        "js/browser-polyfill.min.js",
        "js/utilities.js",
        "js/easyCopyGrades.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://*.u-cursos.cl/*/*/*/*/*/integrantes/*",
        "*://*.u-cursos.cl/*/*/*/*/*/*/*/*/integrantes/*"
      ],
      "js": [
        "js/browser-polyfill.min.js",
        "js/utilities.js",
        "js/easyCopyMembers.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://*.u-cursos.cl/usuario/*/horario/*",
        "*://*.u-cursos.cl/*/*/*/*/*/horario_curso/*"
      ],
      "js": [
        "js/browser-polyfill.min.js",
        "js/utilities.js",
        "js/weekCounter.js",
        "js/ical.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://*.u-cursos.cl/ingenieria/*/*/*/*notas/*"
      ],
      "js": [
        "js/browser-polyfill.min.js",
        "js/utilities.js",
        "js/popupGrading.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://*.u-cursos.cl/*"
      ],
      "js": [
        "js/browser-polyfill.min.js",
        "js/utilities.js",
        "js/resizePreviewPDF.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://*.u-cursos.cl/ingenieria/2/foro_institucion/*",
        "*://www.u-cursos.cl/ingenieria/*/*/*/*/foro/*",
        "*://www.u-cursos.cl/uchile/4/foro_institucion/",
        "*://www.u-cursos.cl/uchile/*/0/*/1/foro/"
      ],
      "js": [
        "js/browser-polyfill.min.js",
        "js/utilities.js",
        "js/muchoTexto.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://*.u-cursos.cl/ingenieria/2/foro_institucion/*",
        "*://www.u-cursos.cl/ingenieria/*/*/*/*/foro/*",
        "*://www.u-cursos.cl/uchile/4/foro_institucion/",
        "*://www.u-cursos.cl/uchile/*/0/*/1/foro/"
      ],
      "js": [
        "js/browser-polyfill.min.js",
        "js/utilities.js",
        "js/forumInteraction.js",
        "js/forumDownload.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://*.u-cursos.cl/usuario/*",
        "*://*.u-cursos.cl/ucursednt/*",
        "*://*.u-cursos.cl/logros/*"
      ],
      "js": [
        "js/browser-polyfill.min.js",
        "js/utilities.js",
        "js/achievementsBoton.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://*.u-cursos.cl/logros/*"
      ],
      "js": [
        "js/browser-polyfill.min.js",
        "js/utilities.js",
        "js/achievementsGen.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://*.u-cursos.cl/usuario/*",
        "*://*.u-cursos.cl/ucursednt/*",
        "*://*.u-cursos.cl/logros/*"
      ],
      "js": [
        "js/browser-polyfill.min.js",
        "js/utilities.js",
        "js/menuBoton.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://*.u-cursos.cl/ucursednt/*"
      ],
      "js": [
        "js/browser-polyfill.min.js",
        "js/utilities.js",
        "js/menuGen.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://www.u-cursos.cl/*"
      ],
      "js": [
        "js/browser-polyfill.min.js",
        "js/utilities.js",
        "js/firstTime.js"
      ]
    },
    {
      "matches": [
        "*://www.u-cursos.cl/*"
      ],
      "js": [
        "js/browser-polyfill.min.js",
        "js/utilities.js",
        "js/pendingTasks.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://www.u-cursos.cl/*"
      ],
      "js": [
        "js/browser-polyfill.min.js",
        "js/utilities.js",
        "js/easyCopyCourseDetails.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://www.u-cursos.cl/*"
      ],
      "js": [
        "js/browser-polyfill.min.js",
        "js/utilities.js",
        "js/renameCourses.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://www.u-cursos.cl/*"
      ],
      "js": [
        "js/browser-polyfill.min.js",
        "js/utilities.js",
        "js/easterEgg.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://www.u-cursos.cl/*"
      ],
      "js": [
        "js/browser-polyfill.min.js",
        "js/utilities.js",
        "js/pendingNotifications.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://www.u-cursos.cl/*"
      ],
      "js": [
        "js/browser-polyfill.min.js",
        "js/utilities.js",
        "js/collapsableMenus.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://www.u-cursos.cl/*/*/*/*/*/tareas*"
      ],
      "js": [
        "js/browser-polyfill.min.js",
        "js/utilities.js",
        "js/taskSubmissionSound.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://*.u-cursos.cl/*/*/*/*/*/tareas/detalle*"
      ],
      "js": [
        "js/browser-polyfill.min.js",
        "js/utilities.js",
        "js/tareaPrefill.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://www.u-cursos.cl/*"
      ],
      "js": [
        "js/browser-polyfill.min.js",
        "js/utilities.js",
        "js/aiChatPopup.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://www.u-cursos.cl/*"
      ],
      "js": [
        "js/browser-polyfill.min.js",
        "js/utilities.js",
        "js/footerCredit.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://*.u-cursos.cl/*"
      ],
      "js": [
        "js/browser-polyfill.min.js",
        "js/utilities.js",
        "js/fuzzySearchHelper.js",
        "js/fuzzySearch.js",
        "js/autoPreload.js"
      ],
      "run_at": "document_end"
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "popup.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "resources": [
        "aipopup.html",
        "js/aipopup.js",
        "css/aipopup.css"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "resources": [
        "sidepanel.html",
        "js/sidepanel.js",
        "css/sidepanel.css"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "resources": [
        "changelog.html"
      ],
      "matches": [
        "*://www.u-cursos.cl/*"
      ]
    },
    {
      "resources": [
        "images/ucursitos.png"
      ],
      "matches": [
        "*://www.u-cursos.cl/*"
      ]
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  }
}

Best U-Cursedn't Alternatives

Here are some Firefox add-ons that are similar to U-Cursedn't: