ShkoloTweaks (BETA) Firefox

Examine source code of ShkoloTweaks (BETA)

Inspect and view changes in ShkoloTweaks (BETA) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "ShkoloTweaks",
  "short_name": "ShTw",
  "description": "__MSG_extDescription__",
  "version": "0.11.21",
  "version_name": "0.11.21",
  "author": "ITPG Web Studios",
  "default_locale": "en",
  "homepage_url": "https://pishkisoriz.com/",
  "action": {
    "default_popup": "popup/popup.html",
    "default_title": "Shkolo Tweaks by ITPG Studios"
  },
  "icons": {
    "16": "assets/icon_x16.png",
    "32": "assets/icon_x32.png",
    "48": "assets/icon_x48.png",
    "128": "assets/icon_x128.png"
  },
  "permissions": [
    "storage",
    "activeTab"
  ],
  "host_permissions": [
    "*://*.pishkisoriz.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.shkolo.bg/*",
        "*://*.shkolo.com/*"
      ],
      "js": [
        "js/init.js",
        "lib/jquery.min.js",
        "utils.js",
        "js/themes.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://*.shkolo.bg/*",
        "*://*.shkolo.com/*"
      ],
      "js": [
        "shkolo.js",
        "js/QoL.js",
        "js/add-ons/stats.js",
        "js/add-ons/dragable-sidebar.js",
        "js/add-ons/resizable-sidebar.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://*.shkolo.bg/dashboard",
        "*://*.shkolo.com/dashboard"
      ],
      "js": [
        "js/widgets/__init__.js",
        "js/widgets/schedule.js",
        "js/widgets/control_tests.js",
        "js/widgets/countdown.js",
        "js/external/leaderboard.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://*.mon.bg/*"
      ],
      "js": [
        "lib/jquery.min.js",
        "utils.js",
        "js/mon/init.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://*.mon.bg/*"
      ],
      "js": [
        "mon.js",
        "js/mon/grades.js",
        "js/mon/nav-bar.js"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "setting-schema.json",
        "lib/*",
        "css/*",
        "assets/*",
        "themes/*"
      ],
      "matches": [
        "*://*.shkolo.bg/*",
        "*://*.shkolo.com/*",
        "*://*.mon.bg/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{d5d263ce-84a4-49b4-8052-69a19c8423d0}"
    }
  }
}

Best ShkoloTweaks (BETA) Alternatives

Here are some Firefox add-ons that are similar to ShkoloTweaks (BETA):