Google Scholar Optimizer Firefox

Examine source code of Google Scholar Optimizer

Inspect and view changes in Google Scholar Optimizer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Google Scholar Optimizer",
  "version": "1.0.0",
  "description": "Transform Google Scholar into a power-user research dashboard: smart reranking, labels, deduplication, and bulk export.",
  "browser_specific_settings": {
    "gecko": {
      "id": "scholar-optimizer@aghribi.com",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png"
    },
    "default_title": "Google Scholar Optimizer"
  },
  "background": {
    "scripts": [
      "background/service-worker.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "https://scholar.google.com/*",
        "https://scholar.google.fr/*",
        "https://scholar.google.de/*",
        "https://scholar.google.co.uk/*",
        "https://scholar.google.com.au/*",
        "https://scholar.google.ca/*",
        "https://scholar.google.es/*",
        "https://scholar.google.it/*",
        "https://scholar.google.co.jp/*",
        "https://scholar.google.com.br/*"
      ],
      "js": [
        "content-scripts/scholar.js"
      ],
      "css": [
        "content-scripts/scholar.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "permissions": [
    "storage",
    "alarms"
  ],
  "host_permissions": [
    "https://scholar.google.com/*",
    "https://scholar.google.fr/*",
    "https://scholar.google.de/*",
    "https://scholar.google.co.uk/*",
    "https://scholar.google.com.au/*",
    "https://scholar.google.ca/*",
    "https://scholar.google.es/*",
    "https://scholar.google.it/*",
    "https://scholar.google.co.jp/*",
    "https://scholar.google.com.br/*",
    "https://*.vercel.app/*"
  ],
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": false
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "icons/*"
      ],
      "matches": [
        "https://scholar.google.com/*",
        "https://scholar.google.fr/*",
        "https://scholar.google.de/*",
        "https://scholar.google.co.uk/*",
        "https://scholar.google.com.au/*",
        "https://scholar.google.ca/*",
        "https://scholar.google.es/*",
        "https://scholar.google.it/*",
        "https://scholar.google.co.jp/*",
        "https://scholar.google.com.br/*"
      ]
    }
  ]
}

Best Google Scholar Optimizer Alternatives

Here are some Firefox add-ons that are similar to Google Scholar Optimizer: