Auto Closer Firefox

Examine source code of Auto Closer

Inspect and view changes in Auto Closer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Auto Closer",
  "short_name": "Auto Closer",
  "version": "1.0.1",
  "description": "Automatically closes unwanted new tabs on selected websites.",
  "homepage_url": "https://github.com/filip65/ad-popup-blocker",
  "browser_specific_settings": {
    "gecko": {
      "id": "auto-close-blocker@filipkatusin.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "121.0"
    }
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_title": "Toggle Auto Close Tabs",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon_16.png",
      "32": "icons/icon_32.png"
    }
  },
  "icons": {
    "16": "icons/icon_16.png",
    "32": "icons/icon_32.png",
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  }
}

Best Auto Closer Alternatives

Here are some Firefox add-ons that are similar to Auto Closer: