GlazenBol Firefox

Examine source code of GlazenBol

Inspect and view changes in GlazenBol source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "GlazenBol",
  "version": "0.1.3",
  "description": "Filter junk and dropshipper listings on bol.com with a collapsible control panel.",
  "browser_action": {
    "default_title": "GlazenBol",
    "default_icon": {
      "48": "images/icon-48.png",
      "96": "images/icon-96.png",
      "128": "images/icon-128.png"
    }
  },
  "icons": {
    "48": "images/icon-48.png",
    "96": "images/icon-96.png",
    "128": "images/icon-128.png"
  },
  "background": {
    "scripts": [
      "src/background/index.js"
    ],
    "persistent": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "glazenbol@glazenbol.dev",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "id": "glazenbol@glazenbol.dev"
    }
  },
  "permissions": [
    "storage",
    "https://www.bol.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://www.bol.com/*"
      ],
      "js": [
        "src/content/siteFixes.js",
        "src/content/theme.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://www.bol.com/*"
      ],
      "js": [
        "src/content/loader.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    "src/content/main.js",
    "src/content/filters/*",
    "src/content/ui/*",
    "src/content/state/*",
    "src/content/utils/*",
    "src/content/styles/*",
    "src/shared/constants.js",
    "images/*"
  ]
}

Best GlazenBol Alternatives

Here are some Firefox add-ons that are similar to GlazenBol: