Social To Arse

Social To Arse

Replace text 'social' to 'arse'

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Social To Arse",
  "manifest_version": 2,
  "version": "0.5",
  "description": "Replace text 'social' to 'arse'",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "js": [
        "contentscript.js"
      ]
    }
  ]
}