Remove PGD Greek Letters

Remove PGD Greek Letters

This extension removes Phi Gamma Delta's Greek letters from all webpages.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Anthony Ronda (Tau Nu chapter, 2013)",
  "content_scripts": [
    {
      "js": [
        "rm_pgd_content_script.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "description": "This extension removes Phi Gamma Delta's Greek letters from all webpages.",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAueIxazVeAsSCwIqO3Ui2vQNYRXxtBnPUiD/6+384adJi1FyXNKXPvASFXfx/DhV/b6Pvy2sQdWeDs3FHO0F1TiAFUfIdXLHiQwvxFmt9cJqAyg3bhexbtoNalFQza8D5+oMEKIAetwyzzZWdjOQTi7voXoi+9r3dxCz18UYZ0YYpUArDJUH27s/KvoKZPRYKxaWa89o124LGzM3AeybAFTRk/VkPzWKjnasvis6I7Paeru4YliICfY5QJMJWbq+wqjSfo2fno1FFBXpNrgcaO9X4pv0Zju692W2qGyfVo0KHS/0dE7wMxuI3LGbYonJkWFBVUbdcCIK6v+B5HtW5BQIDAQAB",
  "manifest_version": 2,
  "name": "Remove PGD Greek Letters",
  "short_name": "Remove PGD",
  "version": "0.3"
}