Walmart Associate Internet Enhancer

Walmart Associate Internet Enhancer

NOTE: This Add-On is not affiliated with nor does it reflect the views of Walmart, inc. This Add-On enhances the browsing of Walmart Associates by replacing the word "God" with "Sam Walton" and "OMG" with "OMSW" everywhere on the web!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "NOTE: This extension is not afilliated with nor does it necessarily reflect the views of Walmart, inc.",
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 2,
  "name": "Walmart Associate Internet Enhancer",
  "version": "2.1resigned1",
  "browser_specific_settings": {
    "gecko": {
      "id": "{1952c61c-665a-4944-a98b-28ff9dfb6103}"
    }
  }
}