Clear Glass (Chrome Fork) Firefox

Examine source code of Clear Glass (Chrome Fork)

Inspect and view changes in Clear Glass (Chrome Fork) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Clear Glass",
  "description": "Remove obstructions from the top job review sites",
  "version": "1.2.16",
  "action": {
    "default_popup": "splash.html",
    "default_icon": "icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "clearglass@yourdomain.com",
      "strict_min_version": "109.0"
    }
  },
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "scripts": [
      "dist/background.js"
    ]
  },
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*.teamblind.com/*",
        "https://*.repvue.com/*",
        "https://*.glassdoor.at/*",
        "https://*.glassdoor.be/*",
        "https://*.glassdoor.ca/*",
        "https://*.glassdoor.com/*",
        "https://*.glassdoor.com.ar/*",
        "https://*.glassdoor.com.au/*",
        "https://*.glassdoor.com.br/*",
        "https://*.glassdoor.ch/*",
        "https://*.glassdoor.de/*",
        "https://*.glassdoor.es/*",
        "https://*.glassdoor.fr/*",
        "https://*.glassdoor.com.hk/*",
        "https://*.glassdoor.ie/*",
        "https://*.glassdoor.it/*",
        "https://*.glassdoor.nl/*",
        "https://*.glassdoor.sg/*",
        "https://*.glassdoor.co.in/*",
        "https://*.glassdoor.co.nz/*",
        "https://*.glassdoor.com.mx/*",
        "https://*.glassdoor.co.uk/*"
      ],
      "js": [
        "dist/removeBlockers.js"
      ],
      "run_at": "document_start"
    }
  ]
}

Best Clear Glass (Chrome Fork) Alternatives

Here are some Firefox add-ons that are similar to Clear Glass (Chrome Fork):