Venmo to Venom

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

Wat is Venmo to Venom?

Venmo to Venom is een Chrome-extensie ontwikkeld door benjawmino, en de belangrijkste functie is "Replace all instances of Venmo with a much better word, Venom.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Venmo to Venom

Download Venmo to Venom-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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’".                    

Basisinformatie over de Extensie

Naam Venmo to Venom Venmo to Venom
ID ojbpdcigfaebohhojhfpcjelahlbbpce
Officiële URL https://chromewebstore.google.com/detail/venmo-to-venom/ojbpdcigfaebohhojhfpcjelahlbbpce
Beschrijving Replace all instances of Venmo with a much better word, Venom.
Bestandsgrootte 3.52 KB
Aantal Installaties 130
Huidige Versie 0.0.1
Laatst Bijgewerkt 2019-05-14
Publicatiedatum 2019-05-11
Beoordeling 4.50/5 Totaal 2 Beoordelingen
Ontwikkelaar benjawmino
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}