CleanCast

CleanCast

The bare minimum to make AstrologyZone legible.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "CleanCast",
  "version": "0.0.4",
  "manifest_version": 2,
  "description": "The bare minimum to make AstrologyZone legible.",
  "author": "@zoecodes ",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.astrologyzone.com/forecasts/monthly/pisces_full.php/*",
        "*://*.astrologyzone.com/forecasts/monthly/aries_full.php/*",
        "*://*.astrologyzone.com/forecasts/monthly/scorpio_full.php/*",
        "*://*.astrologyzone.com/forecasts/monthly/capricorn_full.php/*",
        "*://*.astrologyzone.com/forecasts/monthly/leo_full.php/*",
        "*://*.astrologyzone.com/forecasts/monthly/aquarius_full.php/*",
        "*://*.astrologyzone.com/forecasts/monthly/libra_full.php/*",
        "*://*.astrologyzone.com/forecasts/monthly/virgo_full.php/*",
        "*://*.astrologyzone.com/forecasts/monthly/sagittarius_full.php/*",
        "*://*.astrologyzone.com/forecasts/monthly/gemini_full.php/*",
        "*://*.astrologyzone.com/forecasts/monthly/cancer_full.php/*",
        "*://*.astrologyzone.com/forecasts/monthly/taurus_full.php/*"
      ],
      "css": [
        "newstyle.css"
      ],
      "run_at": "document_start"
    }
  ]
}