SOM Utils Firefox

Examine source code of SOM Utils

Inspect and view changes in SOM Utils source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "SOM Utils",
  "version": "1.8",
  "description": "Firefox extension for useful stats on Hack Club's Summer of Making",
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "https://summer.hackclub.com/*",
    "https://lb.summer.hackclub.com/*",
    "https://explorpheus.hackclub.com/*",
    "https://ai.hackclub.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "https://summer.hackclub.com/*"
      ],
      "js": [
        "chart.min.js",
        "chartjs-adapter-date-fns.bundle.min.js",
        "ai-detector.js",
        "content.js"
      ],
      "css": [
        "styles.css"
      ],
      "run_at": "document_start"
    }
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "SOM Utils"
  },
  "web_accessible_resources": [
    "themes/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{e5857201-54ed-43df-b90f-9639a9f4ffdf}"
    }
  }
}

Best SOM Utils Alternatives

Here are some Firefox add-ons that are similar to SOM Utils: