BubbleInsight: Search Filter Firefox

Examine source code of BubbleInsight: Search Filter

Inspect and view changes in BubbleInsight: Search Filter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "BubbleInsight: Search Filter Analyzer",
  "version": "1.0",
  "description": "Analyze and compare personalized search results with neutral searches",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "permissions": [
    "storage",
    "webRequest",
    "webNavigation",
    "tabs",
    "notifications"
  ],
  "host_permissions": [
    "*://*.google.com/*",
    "*://*.bing.com/*",
    "*://*.duckduckgo.com/*"
  ],
  "action": {
    "default_icon": {
      "48": "icons/icon-48.png",
      "96": "icons/icon-96.png"
    },
    "default_title": "BubbleInsight",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.google.com/search*",
        "*://*.bing.com/search*",
        "*://*.duckduckgo.com/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ]
    }
  ],
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "bubbleinsight@filteranalyzer.com"
    }
  }
}

Best BubbleInsight: Search Filter Alternatives

Here are some Firefox add-ons that are similar to BubbleInsight: Search Filter: