visited-color-picker

visited-color-picker

Change the color of visited link with the color of your choice

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "visited-color-picker",
  "version": "1.2resigned1",
  "description": "Change the color of visited link with the color of your choice",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "app.js"
      ]
    }
  ],
  "options_ui": {
    "page": "options.html"
  },
  "permissions": [
    "storage"
  ],
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  }
}