Venmo to Venom
Replace all instances of Venmo with a much better word, Venom.
Cos'è Venmo to Venom?
Venmo to Venom è un'estensione di Chrome sviluppata da benjawmino, e la sua funzione principale è "Replace all instances of Venmo with a much better word, Venom.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Venmo to Venom
Scarica i file di estensione Venmo to Venom in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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’".
Informazioni di Base sull'Estensione
Nome | |
ID | ojbpdcigfaebohhojhfpcjelahlbbpce |
URL Ufficiale | https://chromewebstore.google.com/detail/venmo-to-venom/ojbpdcigfaebohhojhfpcjelahlbbpce |
Descrizione | Replace all instances of Venmo with a much better word, Venom. |
Dimensione del File | 3.52 KB |
Conteggio Installazioni | 130 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2019-05-14 |
Data di Pubblicazione | 2019-05-11 |
Valutazione | 4.50/5 Totale 2 Valutazioni |
Sviluppatore | benjawmino |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } ] } |