Venmo to Venom

Replace all instances of Venmo with a much better word, Venom.

What is Venmo to Venom?

Venmo to Venom is a Chrome extension developed by benjawmino, and its main feature is "Replace all instances of Venmo with a much better word, Venom.".

Extension Screenshots

screenshot

Download Venmo to Venom Extension CRX File

Download Venmo to Venom extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Very simple extension to replace all instances of the word "Venmo" with "Venom".

Based on the template provided in 9to5google's article "How-to: Make your own text-replacing Chrome extension like ‘Millennials to Snake People’".                    

Extension Basic Information

Name Venmo to Venom Venmo to Venom
ID ojbpdcigfaebohhojhfpcjelahlbbpce
Official URL https://chromewebstore.google.com/detail/venmo-to-venom/ojbpdcigfaebohhojhfpcjelahlbbpce
Description Replace all instances of Venmo with a much better word, Venom.
File Size 3.52 KB
Installation Count 130
Current Version 0.0.1
Last Updated 2019-05-14
Publish Date 2019-05-11
Rating 4.50/5 Total 2 Ratings
Developer benjawmino
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Venmo to Venom",
    "description": "Replace all instances of Venmo with a much better word, Venom.",
    "version": "0.0.1",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}