IP Extender

IP Extender

Replaces the text 'IP' with 'immense penis' because that's way better.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "IP Extender",
  "version": "1.4",
  "description": "Replaces the text 'IP' with 'immense penis' because that's way better.",
  "icons": {
    "16": "iplogo16.png",
    "48": "iplogo48.png",
    "128": "iplogo128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ]
}