Venmo to Venom

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

Qu'est-ce que Venmo to Venom ?

Venmo to Venom est une extension Chrome développée par benjawmino, et sa fonction principale est "Replace all instances of Venmo with a much better word, Venom.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Venmo to Venom

Téléchargez les fichiers d'extension Venmo to Venom au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Venmo to Venom Venmo to Venom
ID ojbpdcigfaebohhojhfpcjelahlbbpce
URL Officiel https://chromewebstore.google.com/detail/venmo-to-venom/ojbpdcigfaebohhojhfpcjelahlbbpce
Description Replace all instances of Venmo with a much better word, Venom.
Taille du Fichier 3.52 KB
Nombre d'Installations 130
Version Actuelle 0.0.1
Dernière Mise à Jour 2019-05-14
Date de Publication 2019-05-11
Évaluation 4.50/5 Total 2 Évaluations
Développeur benjawmino
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}