FastWeb — Search Accelerator Firefox

Examine source code of FastWeb — Search Accelerator

By: 301.st
Inspect and view changes in FastWeb — Search Accelerator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "version": "0.11.0",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "64": "icons/icon-64.png",
    "128": "icons/icon-128.png",
    "256": "icons/icon-256.png"
  },
  "default_locale": "en",
  "homepage_url": "https://fastweb.cam",
  "permissions": [
    "alarms",
    "bookmarks",
    "storage",
    "tabs",
    "*://*/*"
  ],
  "web_accessible_resources": [
    "icons/*.svg",
    "bundle.json"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "fastweb@fastweb.cam",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "sidebar_action": {
    "default_panel": "sidepanel.html#sidebar",
    "default_icon": "icons/icon-48.png",
    "default_title": "FastWeb — settings"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_end",
      "js": [
        "content-scripts/prefetch.js",
        "content-scripts/serp-helper.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "64": "icons/icon-64.png",
      "128": "icons/icon-128.png"
    },
    "default_popup": "sidepanel.html"
  }
}

Best FastWeb — Search Accelerator Alternatives

Here are some Firefox add-ons that are similar to FastWeb — Search Accelerator: