GoogleSkinner Firefox

Examine source code of GoogleSkinner

Inspect and view changes in GoogleSkinner source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "GoogleSkinner",
  "version": "1.2",
  "description": "Changes colors and backgrounds of Google",
  "permissions": [
    "storage"
  ],
  "icons": {
    "48": "icon.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Options",
    "default_popup": "link.html"
  },
  "options_ui": {
    "page": "main.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://google.com/",
        "*://www.google.com/",
        "*://www.google.com/?*",
        "*://google.com/?*"
      ],
      "js": [
        "skin.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "gskinner@script-js.github.io"
    }
  }
}

Best GoogleSkinner Alternatives

Here are some Firefox add-ons that are similar to GoogleSkinner: