Remove Promo Ads from Reddit on Google Chrome

Remove Promo Ads from Reddit on Google Chrome

Removes promo ads from Reddit Desktop (new design).

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Remove Promo Ads from Reddit on Google Chrome",
  "short_name": "Reddit NoPromo",
  "version": "1.0.1",
  "description": "Removes promo ads from Reddit Desktop (new design).",
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.reddit.com/*"
      ],
      "css": [
        "nopromo.css"
      ]
    }
  ],
  "icons": {
    "128": "images/reddit_nopromo_128.png"
  },
  "manifest_version": 2
}