Guerrilla Cookies Firefox

Examine source code of Guerrilla Cookies

Inspect and view changes in Guerrilla Cookies source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "GuerrillaCookies",
  "author": "Jake Sumner",
  "version": "1.0.1",
  "description": "Finds Cookie Consent Banners on page and removes cookie banner from page, then rejects/accepts based on set preferences",
  "manifest_version": 2,
  "minimum_chrome_version": "100",
  "icons": {
    "48": "guerrilla-48.b7a616a2.png",
    "96": "guerrilla-96.e257a29b.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.70a01fb4.js"
      ],
      "run_at": "document_end",
      "css": []
    }
  ],
  "browser_action": {
    "default_icon": {
      "48": "guerrilla-48.b7a616a2.png",
      "96": "guerrilla-96.e257a29b.png"
    },
    "default_title": "Guerrilla Cookies",
    "default_popup": "popup.3e8905c2.html",
    "browser_style": true
  },
  "background": {
    "scripts": [
      "background.818ea696.js",
      "guerrilla.js"
    ]
  },
  "web_accessible_resources": [
    "guerrilla.js"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "me@jakesumner.co.uk"
    }
  }
}

Best Guerrilla Cookies Alternatives

Here are some Firefox add-ons that are similar to Guerrilla Cookies: