By: Vladdy_daddy Add-on
Inspect and view changes in Domain Filter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Domain Filter",
"version": "1.0",
"description": "Removes specified domains in search results from Google and DuckDuckGo.",
"permissions": [
"storage",
"tabs",
"webRequest",
"webRequestBlocking",
"*://duckduckgo.com/*"
],
"content_scripts": [
{
"matches": [
"*://duckduckgo.com/*"
],
"js": [
"content_filter.js"
]
}
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"browser_action": {
"default_popup": "options.html",
"default_icon": {
"16": "images/icon16.png",
"48": "images/icon48.png",
"128": "images/icon128.png"
}
},
"icons": {
"48": "images/icon48.png",
"128": "images/icon128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "{61ed83b2-f2d7-479c-9d14-1b384c69d90f}"
}
}
} Best Domain Filter Alternatives
Here are some Firefox add-ons that are similar to Domain Filter:
Duck Duck Go Filter
Maurizio Macrì
DDG Hide Unwanted Results Plus
Firefox user 14386833
Search Hit Hider and infinite scroll
Ishti
Adfilter
gum3ng
ExcluSite
Birch
unSearchify
kreativkod
Google Domain Filter
Kyle Carhart
Search Site Excluder
mircea-source
RemoveAI
~silly (tildesilly)
Domain Blocker for SERP
wyvrin
Block or Highlight Search Engine Results
pistom
DuckDuckGo Ad Remover
mgangelov