Add Arguments to Google Searches Firefox

Examine source code of Add Arguments to Google Searches

Inspect and view changes in Add Arguments to Google Searches source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Add Arguments to Google Searches",
  "version": "1.2",
  "description": "Append custom arguments to your Google searches",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "*://*.google.com/search*",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "48": "icon-48.png",
      "96": "icon-96.png"
    },
    "default_title": "Google Search Arguments",
    "default_popup": "popup.html"
  },
  "icons": {
    "48": "icon-48.png",
    "96": "icon-96.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{815b1383-2691-423b-bf55-ec73919ccfbc}"
    }
  }
}

Best Add Arguments to Google Searches Alternatives

Here are some Firefox add-ons that are similar to Add Arguments to Google Searches: