Nexus Mods Better Search

Nexus Mods Better Search

Converts the url of the search function on nexusmods.com with a format that remembers the search terms.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Nexus Mods Better Search",
  "short_name": "nexusmods-better-search",
  "description": "Converts the url of the search function on nexusmods.com with a format that remembers the search terms.",
  "version": "1.1",
  "minimum_chrome_version": "38",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "*://*.nexusmods.com/"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  }
}