Elondorizer

Elondorizer

Make your mind free of Elon Musk headlines

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Elondorizer",
  "update_URL": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "description": "Make your mind free of Elon Musk headlines",
  "version": "1.0",
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}