Pinkbike Plus

Pinkbike Plus

Removes the large Outside bar and Beta articles from pinkbike.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Pinkbike Plus",
  "description": "Removes the large Outside bar and Beta articles from pinkbike.com",
  "version": "1.1",
  "manifest_version": 3,
  "icons": {
    "16": "/images/16.jpg",
    "32": "/images/32.jpg",
    "48": "/images/48.jpg",
    "128": "/images/128.jpg"
  },
  "content_scripts": [
    {
      "css": [
        "styles.css"
      ],
      "matches": [
        "*://*.pinkbike.com/*"
      ]
    }
  ],
  "host_permissions": [
    "*://*.pinkbike.com/*"
  ]
}