Pokémon to Cock Fighting

Pokémon to Cock Fighting

Replace all instances of 'Pokemon' with 'Cock fighting' whilst you browse.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Pokémon to Cock Fighting",
  "version": "0.0.3",
  "manifest_version": 2,
  "description": "Replace all instances of 'Pokemon' with 'Cock fighting' whilst you browse.",
  "icons": {
    "16": "images/icon-16.png",
    "128": "images/icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "main.js"
      ],
      "run_at": "document_end",
      "match_about_blank": true,
      "all_frames": true
    }
  ],
  "permissions": []
}