9GAG AnonBlocker

9GAG AnonBlocker

Block posts of anonymous users in your stream on 9GAG

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "9GAG AnonBlocker",
  "description": "Block posts of anonymous users in your stream on 9GAG",
  "homepage_url": "https://github.com/acran/9gag-anonblocker",
  "author": "Roman Anasal",
  "version": "1.0.0",
  "icons": {
    "128": "icons/icon128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "icons/show.svg",
        "icons/hide.svg"
      ],
      "matches": [
        "https://9gag.com/*"
      ]
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "https://9gag.com/*"
      ],
      "css": [
        "content.css"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}