Googless (BETA) Firefox

Examine source code of Googless (BETA)

Inspect and view changes in Googless (BETA) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Googless",
  "version": "1.4",
  "description": "Experience the internet without Google! Googless identifies Google tracking services and explains how they work. Come experience the internet without enabling huge monopolies every step of the way.",
  "permissions": [
    "activeTab",
    "tabs",
    "cookies",
    "<all_urls>",
    "storage"
  ],
  "web_accessible_resources": [
    "modal.html",
    "fonts/yantramanav-black-webfont.woff",
    "fonts/yantramanav-bold-webfont.woff",
    "fonts/yantramanav-regular-webfont.woff",
    "fonts/yantramanav-black-webfont.ttf",
    "fonts/yantramanav-bold-webfont.ttf",
    "fonts/yantramanav-regular-webfont.ttf",
    "icons/googless.svg",
    "icons/analytics.svg",
    "icons/fonts.svg",
    "icons/gsi.svg",
    "icons/locations.svg",
    "icons/recaptcha.svg",
    "icons/search.svg",
    "icons/youtube.svg"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "jquery.min.js",
        "content.js"
      ],
      "css": [
        "modal.css"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "48": "icons/googless-48.png"
  },
  "browser_action": {
    "default_icon": "icons/googless-48.png",
    "default_title": "Googless",
    "default_popup": "popup.html",
    "browser_style": true
  }
}

Best Googless (BETA) Alternatives

Here are some Firefox add-ons that are similar to Googless (BETA):