PcComponentes Style Fix

PcComponentes Style Fix

Fix the new (rather stupid) layout of pccomponentes.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "short_name": "PcC Fix",
  "version": "0.0.25",
  "description": "__MSG_appDesc__",
  "icons": {
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "content_scripts": [
    {
      "css": [
        "styles.css"
      ],
      "matches": [
        "https://www.pccomponentes.com/*"
      ],
      "exclude_matches": [
        "https://www.pccomponentes.com/login"
      ]
    }
  ]
}